module documentation

Support for Hjson.

Class NestedTextToXML Undocumented
Class XMLToNestedText Undocumented
Function NTTError_from_ExpatError Undocumented
Constant EXTENSIONS Undocumented
Constant SUBCOMMANDS Undocumented
Variable require_support Undocumented
Variable XML_SUPPORT Undocumented
Function _fix_data Undocumented
Function _load_file Undocumented
Function _load_stdin Undocumented
@NTTError_from.register
@docstring_for_NTTError_from
def NTTError_from_ExpatError(exc: ExpatError) -> NTTError: (source)

Undocumented

EXTENSIONS: tuple[str, ...] = (source)

Undocumented

Value
('xml')
SUBCOMMANDS = (source)

Undocumented

Value
{'nt2': {'names': ('xml'), 'app': NestedTextToXML},
 '2nt': {'names': ('xml'), 'app': XMLToNestedText}}
require_support = (source)

Undocumented

XML_SUPPORT: bool = (source)

Undocumented

def _fix_data(data: TypedData) -> TypedData: (source)

Undocumented

def _load_file(input_file: LocalPath) -> TypedData: (source)

Undocumented

def _load_stdin() -> TypedData: (source)

Undocumented