Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/bslatkin/effectivepython
/ my_func
Function
my_func
example_code/item_086.py:195–196 ·
view source on GitHub ↗
(x)
Source
from the content-addressed store, hash-verified
193
try
:
194
@log
195
def
my_func(x):
196
x / 0
197
198
my_func(123)
199
except
:
Callers
1
item_086.py
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected