module documentation

Advanced types.

Class CallableAsyncNoParam Generic callable type.
Class CallableAsyncSingleParam Generic callable type.
Class CallableSyncNoParam Generic callable type.
Class CallableSyncSingleParam Generic callable type.
Class MethodAsyncNoParam Generic callable type.
Class MethodAsyncSingleParam Generic callable type.
Class MethodSyncNoParam Generic callable type.
Class MethodSyncOrAsyncNoParam Generic callable type.
Class MethodSyncOrAsyncSingleParam Generic callable type.
Class MethodSyncSingleParam Generic callable type.
Type Variable AnyType Undocumented
Type Variable CallableAsyncType Undocumented
Type Variable CallableSyncOrAsyncReturnNoneType Undocumented
Type Variable CallableSyncOrAsyncType Undocumented
Type Variable CallableType Undocumented
Type Variable ClassType Undocumented
Type Variable LocalReturnType Undocumented
Type Variable ParamType Undocumented
Type Variable ProtocolParamType Undocumented
Type Variable ProtocolReturnType Undocumented
Type Variable ProtocolSelfType Undocumented
Type Variable ReturnType Undocumented
Type Variable SelfType Undocumented
Variable MultiParamSpec Undocumented

Undocumented

Value
TypeVar('AnyType')
CallableAsyncType = (source)

Undocumented

Value
TypeVar('CallableAsyncType',
        bound=Callable[..., Awaitable[Any]])
CallableSyncOrAsyncReturnNoneType = (source)

Undocumented

Value
TypeVar('CallableSyncOrAsyncReturnNoneType',
        bound=Callable[..., Union[None, Awaitable[None]]])
CallableSyncOrAsyncType = (source)

Undocumented

Value
TypeVar('CallableSyncOrAsyncType',
        bound=Callable[..., Union[Any, Awaitable[Any]]])
CallableType = (source)

Undocumented

Value
TypeVar('CallableType',
        bound=Callable[..., Any])
ClassType = (source)

Undocumented

Value
TypeVar('ClassType',
        bound=Type)
LocalReturnType = (source)

Undocumented

Value
TypeVar('LocalReturnType',
        covariant=True)
ParamType = (source)

Undocumented

Value
TypeVar('ParamType')
ProtocolParamType = (source)

Undocumented

Value
TypeVar('ProtocolParamType',
        contravariant=True)
ProtocolReturnType = (source)

Undocumented

Value
TypeVar('ProtocolReturnType',
        covariant=True)
ProtocolSelfType = (source)

Undocumented

Value
TypeVar('ProtocolSelfType',
        contravariant=True)
ReturnType = (source)

Undocumented

Value
TypeVar('ReturnType',
        covariant=True)
SelfType = (source)

Undocumented

Value
TypeVar('SelfType')
MultiParamSpec = (source)

Undocumented