module documentation
Functions to load configuration dataclasses from TOML files.
| Function | from |
Create a dataclass instance from a (TOML) dictionary. |
| Function | load |
Load a dataclass configuration from a TOML file. |
| Function | load |
Load a TOML file into a dictionary. |
| Function | _convert |
Convert a (TOML) value to the requested Python type. |
| Type Variable | _T |
Undocumented |