My climat station
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 14:27:17 by
1.7.2
Gleb Klochkov