module documentation
Support for TOML.
| Class | |
Undocumented |
| Class | |
Undocumented |
| Function | |
Undocumented |
| Constant | EXTENSIONS |
Undocumented |
| Constant | SUBCOMMANDS |
Undocumented |
| Variable | require |
Undocumented |
| Variable | TOML |
Undocumented |
| Function | _fix |
Force the data to be a top-level hash table. |
| Function | _load |
Read TOML from input_file and return typed data. |
@NTTError_from.register
@docstring_for_NTTError_from
def NTTError_from_TOMLDecodeError(exc: @docstring_for_NTTError_from
TOMLDecodeError) -> NTTError:
(source)
¶
Undocumented
Undocumented
| Value |
|
Force the data to be a top-level hash table.
| Parameters | |
data:TOMLData | TOML data. |
| Returns | |
TOMLHashData | The data as a top-level hash table. |