Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bslatkin/effectivepython
/ my_evaluate
Function
my_evaluate
example_code/item_050.py:154–155 ·
view source on GitHub ↗
(node)
Source
from the content-addressed store, hash-verified
152
print(
"Example 7"
)
153
@functools.singledispatch
154
def
my_evaluate(node):
155
raise
NotImplementedError
156
157
158
print(
"Example 8"
)
Callers
2
_
Function · 0.85
item_050.py
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected