class documentation

class _SpecialModuleObject: (source)

View In Hierarchy

Method __call__ Return an IResource which suitably wraps this app.
Method __init__ Undocumented
Method __repr__ Give a special repr() to make the dual purpose of this object clear.
Class Variable __all__ Undocumented
Instance Variable __preserve__ Undocumented
Property ensure_utf8_bytes Undocumented
def __call__(self): (source)

Return an IResource which suitably wraps this app.

Returns
_KleinResourceAn IResource
def __init__(self, preserve): (source)

Undocumented

Parameters
preserve:AnyUndocumented
def __repr__(self): (source)

Give a special repr() to make the dual purpose of this object clear.

Returns
strUndocumented
__all__: tuple[str, ...] = (source)

Undocumented

__preserve__ = (source)

Undocumented

@property
ensure_utf8_bytes: Callable[[Union[str, bytes]], bytes] = (source)

Undocumented