module documentation
Support for YAML.
| Class | |
Undocumented |
| Class | |
Undocumented |
| Function | |
Undocumented |
| Constant | EXTENSIONS |
Undocumented |
| Constant | SUBCOMMANDS |
Undocumented |
| Constant | YAML |
Undocumented |
| Function | _dump |
Print the data a a YAML string, without color. |
| Function | _dump |
Return the data a a YAML string, without color. |
| Function | _load |
Read YAML from input_file and return typed data. |
@NTTError_from.register
@docstring_for_NTTError_from
def NTTError_from_MarkedYAMLError(exc: @docstring_for_NTTError_from
MarkedYAMLError) -> NTTError:
(source)
¶
Undocumented
Undocumented
| Value |
|
Return the data a a YAML string, without color.
| Parameters | |
data:YAMLData | The YAML data. |
| Returns | |
str | The YAML string. |
| Raises | |
Exception | If there was an error. |