MCPcopy 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

193try:
194 @log
195 def my_func(x):
196 x / 0
197
198 my_func(123)
199except:

Callers 1

item_086.pyFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected