class documentation

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

View In Hierarchy

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

Undocumented

def visit_erased_type(self, t): (source)

Undocumented

Parameters
t:ErasedTypeUndocumented
Returns
boolUndocumented