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