class documentation

class HasTypeVarQuery(types.TypeQuery[bool]): (source)

View In Hierarchy

Visitor for querying whether a type has a type variable component.
Method __init__ Undocumented
Method visit​_type​_var Undocumented
def __init__(self): (source)

Undocumented

def visit_type_var(self, t): (source)

Undocumented

Parameters
t:TypeVarTypeUndocumented
Returns
boolUndocumented