class documentation

class TypeVarExtractor(TypeQuery[List[TypeVarType]]): (source)

View In Hierarchy

Undocumented

Method __init__ Undocumented
Method visit_type_var Undocumented
Method _merge Undocumented
def __init__(self): (source)

Undocumented

def visit_type_var(self, t: TypeVarType) -> list[TypeVarType]: (source)

Undocumented

def _merge(self, iter: Iterable[list[TypeVarType]]) -> list[TypeVarType]: (source)

Undocumented