temporalio.types
AnyType = (source) ¶
Undocumented
TypeVar('AnyType')
CallableAsyncType = (source) ¶
TypeVar('CallableAsyncType', bound=Callable[..., Awaitable[Any]])
CallableSyncOrAsyncReturnNoneType = (source) ¶
TypeVar('CallableSyncOrAsyncReturnNoneType', bound=Callable[..., None | Awaitable[None]])
CallableSyncOrAsyncType = (source) ¶
TypeVar('CallableSyncOrAsyncType', bound=Callable[..., Any | Awaitable[Any]])
CallableType = (source) ¶
TypeVar('CallableType', bound=Callable[..., Any])
ClassType = (source) ¶
TypeVar('ClassType', bound=type)
LocalReturnType = (source) ¶
TypeVar('LocalReturnType', covariant=True)
ParamType = (source) ¶
TypeVar('ParamType')
ProtocolParamType = (source) ¶
TypeVar('ProtocolParamType', contravariant=True)
ProtocolReturnType = (source) ¶
TypeVar('ProtocolReturnType', covariant=True)
ProtocolSelfType = (source) ¶
TypeVar('ProtocolSelfType', contravariant=True)
ReturnType = (source) ¶
TypeVar('ReturnType', covariant=True)
SelfType = (source) ¶
TypeVar('SelfType')
MultiParamSpec = (source) ¶