dhgdh
Dependencies: MAX44000 PWM_Tone_Library nexpaq_mdk
Fork of LED_Demo by
ConfigCumulativeOverride Class Reference
Public Member Functions | |
| def | __init__ |
| def | remove_cumulative_overrides |
| def | add_cumulative_overrides |
| def | strict_cumulative_overrides |
| def | update_target |
Detailed Description
Representation of overrides for cumulative attributes
Definition at line 202 of file config.py.
Constructor & Destructor Documentation
| def __init__ | ( | self, | |
| name, | |||
additions = None, |
|||
removals = None, |
|||
strict = False |
|||
| ) |
Construct a ConfigCumulativeOverride object Positional arguments: name - the name of the config file this came from ? Keyword arguments: additions - macros to add to the overrides removals - macros to remove from the overrides strict - Boolean indicating that attempting to remove from an override that does not exist should error
Member Function Documentation
| def add_cumulative_overrides | ( | self, | |
| overrides | |||
| ) |
| def remove_cumulative_overrides | ( | self, | |
| overrides | |||
| ) |
| def strict_cumulative_overrides | ( | self, | |
| overrides | |||
| ) |
Generated on Tue Jul 12 2022 11:02:16 by
1.7.2
