temporalio.types

AnyType = (source)

Undocumented

Value
TypeVar('AnyType')

CallableAsyncType = (source)

Undocumented

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

CallableSyncOrAsyncReturnNoneType = (source)

Undocumented

Value
TypeVar('CallableSyncOrAsyncReturnNoneType',
        bound=Callable[..., None | Awaitable[None]])

CallableSyncOrAsyncType = (source)

Undocumented

Value
TypeVar('CallableSyncOrAsyncType',
        bound=Callable[..., 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