Module jumpscale.data.treemanager

Expand source code
from .treemanager import *

Sub-modules

jumpscale.data.treemanager.exceptions
jumpscale.data.treemanager.treemanager

This is a module with a general tree implementation. A sample usage of the Tree class as a file manager ``` if name == "main": tree = …