class documentation

class InvalidInferredTypes(BoolTypeQuery): (source)

View In Hierarchy

Find type components that are not valid for an inferred type. These include <Erased> type, and any <nothing> types resulting from failed (ambiguous) type inference.

Method __init__ Undocumented
Method visit_erased_type Undocumented
Method visit_uninhabited_type Undocumented
def __init__(self): (source)

Undocumented

def visit_erased_type(self, t: ErasedType) -> bool: (source)

Undocumented

def visit_uninhabited_type(self, t: UninhabitedType) -> bool: (source)

Undocumented