Additional Features
The where() method
Syntax: Node.where(**kwargs) Let's say you have a lot of users, sorted by IDs. Now, you want ...
Converting back to a dictionary
Syntax: dict(Node) This is pretty straightforward, as shown above. The command will make a ne...
Node representation
Syntax: str(Node) # or repr(Node) str(Node) will return a string representation of the da...