Convenience class for handling the target platform for configuration/compilation
Definition at line 22 of file message-converter.py.
◆ set_system_override()
def message-converter.TargetPlatform.set_system_override |
( |
|
override_system | ) |
|
Set a system override for the target.
Please follow the style from https://docs.python.org/3/library/platform.html#platform.system
Definition at line 31 of file message-converter.py.
◆ system()
def message-converter.TargetPlatform.system |
( |
| ) |
|
Target System name.
It follows the conventions from https://docs.python.org/3/library/platform.html#platform.system
Definition at line 38 of file message-converter.py.
◆ system_override
None message-converter.TargetPlatform.system_override = None |
|
static |
The documentation for this class was generated from the following file: