class documentation

class HasSelfType(BoolTypeQuery): (source)

View In Hierarchy

Undocumented

Method __init__ Undocumented
Method visit_unbound_type Undocumented
Instance Variable lookup Undocumented
def __init__(self, lookup: Callable[[str], SymbolTableNode|None]): (source)

Undocumented

def visit_unbound_type(self, t: UnboundType) -> bool: (source)

Undocumented

Undocumented