Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/bslatkin/effectivepython
/ do_processing
Function
do_processing
example_code/item_086.py:52–53 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
50
print(
"Example 1"
)
51
try
:
52
def
do_processing():
53
raise
KeyboardInterrupt
54
55
def
main(argv):
56
while
True:
Callers
1
main
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected