trees package

Subpackages

Submodules

trees.tree_exceptions module

Tree Exception Definitions.

exception trees.tree_exceptions.DuplicateKeyError(key)

Bases: Exception

Raised when a key already exists.

exception trees.tree_exceptions.EmptyTreeError

Bases: Exception

Raised when a tree is empty.

exception trees.tree_exceptions.KeyNotFoundError(key)

Bases: Exception

Raised when a key does not exist.

Module contents