exception documentation
class ParentMissingError(AstroidError): (source)
Known subclasses: astroid.exceptions.StatementMissing
Constructor: ParentMissingError(target)
Raised when a node which is expected to have a parent attribute is missing one
- Standard attributes:
- target: The node for which the parent lookup failed.
| Method | __init__ |
Undocumented |
| Instance Variable | target |
Undocumented |
Inherited from AstroidError:
| Method | __str__ |
Undocumented |
| Instance Variable | message |
Undocumented |
overrides
astroid.exceptions.AstroidError.__init__overridden in
astroid.exceptions.StatementMissingUndocumented