Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
50
print(
"Example 1"
)
51
def
my_func():
52
try
:
53
return
123
54
finally:
55
print(
"Finally my_func"
)
56
57
print(
"Before"
)
58
print(my_func())
Callers
1
item_089.py
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected