module documentation

Undocumented

Type Variable F Undocumented
Type Variable OperationHandlerFactoryT Undocumented
F =

Undocumented

Value
TypeVar('F',
        bound=Callable[[Any, StartOperationContext, Any], Any])
OperationHandlerFactoryT =

Undocumented

Value
TypeVar('OperationHandlerFactoryT',
        bound=Callable[[Any], OperationHandler[Any, Any]])