exception documentation
class InferenceError(ResolveError): (source)
Known subclasses: astroid.exceptions.NameInferenceError
Constructor: InferenceError(message, **kws)
raised when we are unable to infer a node
- Standard attributes:
- node: The node inference was called on. context: InferenceContext object.
Method | __init__ |
Undocumented |
Class Variable | context |
Undocumented |
Class Variable | node |
Undocumented |
Inherited from AstroidError
(via ResolveError
):
Method | __str__ |
Undocumented |
Instance Variable | message |
Undocumented |
overrides
astroid.exceptions.AstroidError.__init__
overridden in
astroid.exceptions.NameInferenceError
Undocumented