API¶
Here we describe in detail all public interfaces of nob.
Nob Object¶
Nob is the central class of nob. This is what is used to instatiate a nested object.
NobView Object¶
NobView is designed to make deep tree operations transparent to the user. When you work on a
sub-tree, you are working on a NobView object, even if you started from a Nob one. This
view on the original tree has the same methods and behavior, and points to the same single object
in memory.
Path Object¶
Path is a low-level object in nob, which offers simplified representation and
manipulation of paths in the nested object.
tools module¶
Some additional tools are available: