class documentation

class Uninferable: (source)

View In Hierarchy

class that represent invalid inference result

Method __hash__ hash the class name since we want all uninferable to have the same hash
Method __init__ Undocumented
Method __repr__ Undocumented
Method accept Undocumented
Instance Variable msg Undocumented
def __hash__(self): (source)

hash the class name since we want all uninferable to have the same hash

def __init__(self, node=None, override_msg=None): (source)

Undocumented

def __repr__(self): (source)

Undocumented

def accept(self, visitor): (source)

Undocumented

Undocumented