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.
ConfigMacro Class Reference
Public Member Functions | |
def | __init__ |
Detailed Description
A representation of a configuration macro. It handles both macros without a value (MACRO) and with a value (MACRO=VALUE)
Definition at line 204 of file config/__init__.py.
Constructor & Destructor Documentation
def __init__ | ( | self, | |
name, | |||
unit_name, | |||
unit_kind | |||
) |
Construct a ConfigMacro object Positional arguments: name - the macro's name unit_name - the location where the macro was defined unit_kind - the type of macro this is
Definition at line 208 of file config/__init__.py.
Generated on Tue Jul 12 2022 12:47:32 by
