class documentation

class _KeyCreatorProtocol(_CreatorProtocol, Protocol[_T_con]): (source)

View In Hierarchy

Undocumented

Method __call__ Undocumented
def __call__(self, key: Any, value: Optional[_T_con]) -> Any: (source)

Undocumented