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

Class NodeTypeError

binarytree/exceptions.py:21–22  ·  view source on GitHub ↗

Node was not an instance of :class:`binarytree.Node`.

Source from the content-addressed store, hash-verified

19
20
21class NodeTypeError(BinaryTreeError):
22 """Node was not an instance of :class:`binarytree.Node`."""
23
24
25class NodeValueError(BinaryTreeError):

Callers 3

__setattr__Method · 0.90
validateMethod · 0.90
get_indexFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected