class documentation

Mixin for SubcommandOfNestedTextTo commands which support types.

Method dump Undocumented
Constant DESCRIPTION_MORE_TMPL Undocumented
Class Variable schema_files Undocumented
Instance Variable bool_paths Undocumented
Instance Variable date_paths Undocumented
Instance Variable null_paths Undocumented
Instance Variable num_paths Undocumented
Method _absorb_schema_files 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

DESCRIPTION_MORE_TMPL: str = (source)

Undocumented

Value
'''
By default, generated {other_format} values will only contain strings, arrays, a
nd maps,
but you can cast nodes matching YAML Paths to {types}.

Switches may be before or after file arguments.

...
schema_files: list[LocalPath] = (source)

Undocumented

bool_paths: list[str] = (source)

Undocumented

date_paths = (source)

Undocumented

null_paths = (source)

Undocumented

num_paths: list[str] = (source)

Undocumented

def _absorb_schema_files(self): (source)

Undocumented

def _yamlpaths(self) -> dict[str, list[str]]: (source)

Undocumented