class documentation

class _ColInAnnotations: (source)

View In Hierarchy

Serializable object that tests for a name in c._annotations.

Method __call__ Undocumented
Method __init__ Undocumented
Class Variable __slots__ Undocumented
Instance Variable name Undocumented
def __call__(self, c: ClauseElement) -> bool: (source)

Undocumented

def __init__(self, name: str): (source)

Undocumented

__slots__: tuple[str, ...] = (source)

Undocumented

Undocumented