Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
97
print(
"Example 6"
)
98
class
Node:
99
def
evaluate(self):
100
raise
NotImplementedError
101
102
103
print(
"Example 7"
)
Callers
5
evaluate
Method · 0.45
evaluate
Method · 0.45
item_049.py
File · 0.45
evaluate
Method · 0.45
evaluate
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected