module documentation

Undocumented

Class Expose Helper for exposing methods for various uses using a simple decorator-style callable.
Function exposer Undocumented
Type Variable T Undocumented
Type Variable _Tc Undocumented
def exposer(thunk: Callable[..., object]) -> Expose: (source)

Undocumented

Undocumented

Value
TypeVar('T')

Undocumented

Value
TypeVar('_Tc',
        bound=Callable[..., object])