Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bslatkin/effectivepython
/ my_func
Function
my_func
example_code/item_030.py:51–52 ·
view source on GitHub ↗
(items)
Source
from the content-addressed store, hash-verified
49
50
print(
"Example 1"
)
51
def
my_func(items):
52
items.append(4)
53
54
x = [1, 2, 3]
55
my_func(x)
Callers
1
item_030.py
File · 0.70
Calls
1
append
Method · 0.45
Tested by
no test coverage detected