Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
50
print(
"Example 1"
)
51
class
NodeAlt:
52
def
evaluate(self):
53
raise
NotImplementedError
54
55
def
pretty(self):
56
raise
NotImplementedError
Callers
3
evaluate
Method · 0.45
evaluate
Method · 0.45
item_050.py
File · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected