NameNotFound

This error means that there is no Node with the name that you provided.

Here's an example:

x = Node()
x.get('test')
# or
x.test

Output: <RootNode>.test does not exist

The error message will always write the text <RootNode> since the method returning will not be able to determine what you have named the variable containing the Node object. For more information, see Terminology.

 


Revision #2
Created 4 March 2023 05:07:34 by jvadair
Updated 11 May 2023 20:26:05 by jvadair