exception documentation

class NodeNotFoundError(LookupError): (source)

View In Hierarchy

An attempt on a node is made that is not available in the graph.

Method __init__ Undocumented
Method __repr__ Undocumented
Method __str__ Undocumented
Instance Variable message Undocumented
Instance Variable node Undocumented
Instance Variable origin Undocumented
def __init__(self, message, node, origin=None): (source)

Undocumented

def __repr__(self): (source)

Undocumented

def __str__(self): (source)

Undocumented

Undocumented

Undocumented

Undocumented