For more information on the search, visit the help page.
MethodAsyncNoParam
__call__
types
CallableAsyncNoParam
CallableAsyncSingleParam
CallableSyncNoParam
CallableSyncSingleParam
MethodAsyncSingleParam
MethodSyncNoParam
MethodSyncOrAsyncNoParam
MethodSyncOrAsyncSingleParam
MethodSyncSingleParam
AnyType
CallableAsyncType
CallableSyncOrAsyncReturnNoneType
CallableSyncOrAsyncType
CallableType
ClassType
LocalReturnType
ParamType
ProtocolParamType
ProtocolReturnType
ProtocolSelfType
ReturnType
SelfType
MultiParamSpec
temporalio.types.MethodAsyncNoParam
temporalio
class MethodAsyncNoParam(Protocol[ProtocolSelfType, ProtocolReturnType]): (source)
View In Hierarchy
Generic callable type.
Awaitable[ProtocolReturnType]
Generic callable type callback.