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

Function my_print

example_code/item_050.py:133–134  ·  view source on GitHub ↗
(value)

Source from the content-addressed store, hash-verified

131
132@functools.singledispatch
133def my_print(value):
134 raise NotImplementedError
135
136
137print("Example 5")

Callers 1

item_050.pyFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected