class documentation

class ParentMissingError(AstroidError): (source)

Known subclasses: astroid.exceptions.StatementMissing

View In Hierarchy

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
def __init__(self, target): (source)

Undocumented

Parameters
target:nodes.NodeNGUndocumented
target = (source)

Undocumented