class documentation
class SupportsTypes: (source)
Known subclasses: nt2.formats.hjson.NestedTextToHjson, nt2.formats.huml.NestedTextToHUML, nt2.formats.json.NestedTextToJSON, nt2.formats.maml.NestedTextToMAML, nt2.formats.toml.NestedTextToTOML, nt2.formats.yaml.NestedTextToYAML
Mixin for SubcommandOfNestedTextTo commands which support types.
| Method | dump |
Undocumented |
| Constant | DESCRIPTION |
Undocumented |
| Class Variable | schema |
Undocumented |
| Instance Variable | bool |
Undocumented |
| Instance Variable | date |
Undocumented |
| Instance Variable | null |
Undocumented |
| Instance Variable | num |
Undocumented |
| Method | _absorb |
Undocumented |
| Method | _yamlpaths |
Undocumented |
def dump(self, *, input_files:
LocalPath, dump_stdout: Callable[ [ TypedData], None], dump_str: Callable[ [ TypedData], str], fmt: str, converter: Converter, fix_data: Callable[ [ TypedData], TypedData] | None = None):
(source)
¶
Undocumented