mythos.input.toml
Utilities for parsing TOML files.
Attributes
Functions
|
Parses a string value to a float if possible. |
|
Parses a value to a float or array if possible. |
|
Parses a TOML file and returns a dictionary representation of the file. |
Module Contents
- mythos.input.toml.ERR_MISSING_TOML_ENTRY = 'Missing entry {entry} in TOML file'
- mythos.input.toml.parse_str(value: str) str | float[source]
Parses a string value to a float if possible.