MCPcopy Index your code
hub / github.com/joowani/binarytree / NodeNotFoundError

Class NodeNotFoundError

binarytree/exceptions.py:13–14  ·  view source on GitHub ↗

Node was missing from the binary tree.

Source from the content-addressed store, hash-verified

11
12
13class NodeNotFoundError(BinaryTreeError):
14 """Node was missing from the binary tree."""
15
16
17class NodeReferenceError(BinaryTreeError):

Callers 4

__getitem__Method · 0.90
__setitem__Method · 0.90
__delitem__Method · 0.90
buildFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected