class documentation

class CallableSyncNoParam(Protocol[ProtocolReturnType]): (source)

View In Hierarchy

Generic callable type.

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

Generic callable type callback.