Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
13
class
NodeNotFoundError(BinaryTreeError):
14
""
"Node was missing from the binary tree."
""
15
16
17
class
NodeReferenceError(BinaryTreeError):
Callers
4
__getitem__
Method · 0.90
__setitem__
Method · 0.90
__delitem__
Method · 0.90
build
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected