Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
133
def
my_print(value):
134
raise
NotImplementedError
135
136
137
print(
"Example 5"
)
Callers
1
item_050.py
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected