class documentation

class NodeNotFoundError(LookupError):

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):

Undocumented

def __repr__(self):

Undocumented

def __str__(self):

Undocumented

message =

Undocumented

node =

Undocumented

origin =

Undocumented