MCPcopy Create free account
hub / github.com/bslatkin/effectivepython / evaluate

Method evaluate

example_code/item_050.py:52–53  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

50print("Example 1")
51class NodeAlt:
52 def evaluate(self):
53 raise NotImplementedError
54
55 def pretty(self):
56 raise NotImplementedError

Callers 3

evaluateMethod · 0.45
evaluateMethod · 0.45
item_050.pyFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected