class documentation

class HasExplicitAny(TypeQuery[bool]): (source)

View In Hierarchy

Undocumented

Method __init__ Undocumented
Method visit_any Undocumented
Method visit_typeddict_type Undocumented
def __init__(self): (source)

Undocumented

def visit_any(self, t: AnyType) -> bool: (source)

Undocumented

def visit_typeddict_type(self, t: TypedDictType) -> bool: (source)

Undocumented