MPF.commonHelpers.options module¶
-
MPF.commonHelpers.options.checkUpdateDict(optDict, **kwargs)[source]¶ Returns a dict containing the options from optDict, updated with kwargs. Raises typeError if an option in kwargs doesn’t exist in optDict
-
MPF.commonHelpers.options.checkUpdateOpt(optDict, **kwargs)[source]¶ Returns a namedtuple containing the options from optDict, updated with kwargs. Raises typeError if an option in kwargs doesn’t exist in optDict