class documentation
class MethodAsyncSingleParam(Protocol[
Generic callable type.
Method | __call__ |
Generic callable type callback. |
def __call__(__self, self:
ProtocolSelfType
, __arg: ProtocolParamType
) -> Awaitable[ ProtocolReturnType]
:
(source)
¶
Generic callable type callback.