Expand description
Helper functions to parse a configuration file written by a user to create
ConfigFiles and InstantiatedConfigs.
FunctionsΒ§
- file_
to_ πstring - A helper function to dump an entire fileβs contents into memory.
- merge_
configs π - Merge separate
InstantiatedConfigobjects together in a hierarchical way. - parse_
all_ config_ files - Find and parse all relevant configuration files for the current invocation.
- parse_
config_ πfile - Parse the configuration settings from a given configuration file.