MCPcopy
hub / github.com/joowani/binarytree / NodeReferenceError

Class NodeReferenceError

binarytree/exceptions.py:17–18  ·  view source on GitHub ↗

Node reference was invalid (e.g. cyclic reference).

Source from the content-addressed store, hash-verified

15
16
17class NodeReferenceError(BinaryTreeError):
18 """Node reference was invalid (e.g. cyclic reference)."""
19
20
21class NodeTypeError(BinaryTreeError):

Callers 2

validateMethod · 0.90
get_indexFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected