Inference results¶
Inference does not always end on a node. These are the other values it can yield, and the messages it produces for operations that cannot work.
The singleton itself is astroid.Uninferable.
Special inference object, which is returned when inference fails. |
|
Object which describes a TypeError occurred somewhere in the inference chain. |
|
Object which describes operational failures on UnaryOps. |
|
Object which describes type errors for BinOps. |