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

Class NodeValueError

binarytree/exceptions.py:25–26  ·  view source on GitHub ↗

Node value was not a number (e.g. float, int, str).

Source from the content-addressed store, hash-verified

23
24
25class NodeValueError(BinaryTreeError):
26 """Node value was not a number (e.g. float, int, str)."""
27
28
29class TreeHeightError(BinaryTreeError):

Callers 2

__setattr__Method · 0.90
validateMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected