Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: mbed-TFT-example-NCS36510 mbed-Accelerometer-example-NCS36510 mbed-Accelerometer-example-NCS36510
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 203 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:03:22 by
