class documentation

class NothingSeeker(TypeQuery[bool]): (source)

View In Hierarchy

Find any <nothing> types resulting from failed (ambiguous) type inference.
Method __init__ Undocumented
Method visit​_uninhabited​_type Undocumented
def __init__(self): (source)

Undocumented

def visit_uninhabited_type(self, t): (source)

Undocumented

Parameters
t:UninhabitedTypeUndocumented
Returns
boolUndocumented