MCPcopy 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

50print("Example 1")
51try:
52 def do_processing():
53 raise KeyboardInterrupt
54
55 def main(argv):
56 while True:

Callers 1

mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected