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