class documentation
class MethodSyncOrAsyncNoParam(Protocol[
Generic callable type.
Method | __call__ |
Generic callable type callback. |
def __call__(self, __self:
ProtocolSelfType
) -> ProtocolReturnType | Awaitable[ ProtocolReturnType]
:
(source)
ΒΆ
Generic callable type callback.