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

Method evaluate

example_code/item_049.py:99–100  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

97print("Example 6")
98class Node:
99 def evaluate(self):
100 raise NotImplementedError
101
102
103print("Example 7")

Callers 5

evaluateMethod · 0.45
evaluateMethod · 0.45
item_049.pyFile · 0.45
evaluateMethod · 0.45
evaluateMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected