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): (source)

Undocumented

Parameters
t:TypeVarTypeUndocumented
Returns
List[TypeVarType]Undocumented
def _merge(self, iter): (source)

Undocumented

Parameters
iter:Iterable[List[TypeVarType]]Undocumented
Returns
List[TypeVarType]Undocumented