module documentation

Support for HUML.

Class HUMLToNestedText Undocumented
Class NestedTextToHUML Undocumented
Function NTTError_from_HUMLParseError Undocumented
Constant EXTENSIONS Undocumented
Constant SUBCOMMANDS Undocumented
Variable HUML_SUPPORT Undocumented
Variable require_support Undocumented
@NTTError_from.register
@docstring_for_NTTError_from
def NTTError_from_HUMLParseError(exc: HUMLParseError) -> NTTError: (source)

Undocumented

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

Undocumented

Value
('huml')
SUBCOMMANDS = (source)

Undocumented

Value
{'nt2': {'names': ('huml'), 'app': NestedTextToHUML},
 '2nt': {'names': ('huml'), 'app': HUMLToNestedText}}
HUML_SUPPORT: bool = (source)

Undocumented

require_support = (source)

Undocumented