Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bslatkin/effectivepython
/ my_function
Function
my_function
example_code/item_031.py:68–69 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
66
assert second == 2
67
68
def
my_function():
69
return
1, 2
70
71
first, second = my_function()
72
assert first == 1
Callers
1
item_031.py
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected