class documentation

class MethodSyncNoParam(Protocol[ProtocolSelfType, ProtocolReturnType]): (source)

View In Hierarchy

Generic callable type.

Method __call__ Generic callable type callback.
def __call__(__self, self: ProtocolSelfType) -> ProtocolReturnType: (source)

Generic callable type callback.