MCPcopy Index your code
hub / github.com/bslatkin/effectivepython / my_func

Function my_func

example_code/item_089.py:51–55  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

49
50print("Example 1")
51def my_func():
52 try:
53 return 123
54 finally:
55 print("Finally my_func")
56
57print("Before")
58print(my_func())

Callers 1

item_089.pyFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected