Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/bslatkin/effectivepython
/ other_func
Function
other_func
example_code/item_086.py:208–210 ·
view source on GitHub ↗
(x)
Source
from the content-addressed store, hash-verified
206
try
:
207
@log
208
def
other_func(x):
209
if
x > 0:
210
sys.exit(1)
211
212
other_func(456)
213
except
:
Callers
1
item_086.py
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected