Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ append
Method
append
Lib/collections/__init__.py:1320–1321 ·
view source on GitHub ↗
(self, item)
Source
from the content-addressed store, hash-verified
1318
return
inst
1319
1320
def
append(self, item):
1321
self.data.append(item)
1322
1323
def
insert(self, i, item):
1324
self.data.insert(i, item)
Callers
15
test_list_copy
Method · 0.95
test_recursion
Method · 0.95
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
readall
Method · 0.45
decompress
Function · 0.45
get_ld_header_info
Function · 0.45
get_ld_headers
Function · 0.45
get_shared
Function · 0.45
Calls
no outgoing calls
Tested by
2
test_list_copy
Method · 0.76
test_recursion
Method · 0.76