VariableLibrary¶
- class backpy.core.config.VariableLibrary¶
Bases:
objectMethods Summary
exists()generate([regenerate])get_path()get_variable(key)set_variable(key, value)Methods Documentation
- classmethod exists()¶
- Return type:
bool
- generate(regenerate=False)¶
- Parameters:
regenerate (bool)
- Return type:
None
- classmethod get_config()¶
- Return type:
- classmethod get_path()¶
- Return type:
Path
- classmethod get_variable(key)¶
- Parameters:
key (str)
- classmethod set_variable(key, value)¶
- Parameters:
key (str)
value (str)
- Return type:
None