Classes | |
| class | Bunch |
Functions | |
| types.ModuleType | import_python_module (str path) |
| None | merge_json (Union[Mapping, List] dst, Union[Mapping, List] add) |
| Any | to_bunch (Any var) |
| types.ModuleType _utils.import_python_module | ( | str | path | ) |
Imports the Python file at the given path, returns a module object.
Definition at line 24 of file tools/buildgen/_utils.py.
| None _utils.merge_json | ( | Union[Mapping, List] | dst, |
| Union[Mapping, List] | add | ||
| ) |
Merges JSON objects recursively.
Definition at line 57 of file tools/buildgen/_utils.py.
Converts any kind of variable to a Bunch.
Definition at line 42 of file tools/buildgen/_utils.py.