Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ append
Method
append
Lib/collections/__init__.py:1360–1361 ·
view source on GitHub ↗
(self, item)
Source
from the content-addressed store, hash-verified
1358
return
inst
1359
1360
def
append(self, item):
1361
self.data.append(item)
1362
1363
def
insert(self, i, item):
1364
self.data.insert(i, item)
Callers
15
test_list_copy
Method · 0.95
test_implementation
Method · 0.95
test_recursion
Method · 0.95
list_all
Function · 0.45
add_result
Method · 0.45
add_exception
Method · 0.45
add_cancelled
Method · 0.45
_create_and_install_waiters
Function · 0.45
add_done_callback
Method · 0.45
__init__.py
File · 0.45
_terminate_broken
Method · 0.45
readall
Method · 0.45
Calls
no outgoing calls
Tested by
3
test_list_copy
Method · 0.76
test_implementation
Method · 0.76
test_recursion
Method · 0.76