MCPcopy 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

152print("Example 7")
153@functools.singledispatch
154def my_evaluate(node):
155 raise NotImplementedError
156
157
158print("Example 8")

Callers 2

_Function · 0.85
item_050.pyFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected