MCPcopy 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_copyMethod · 0.95
test_recursionMethod · 0.95
add_resultMethod · 0.45
add_exceptionMethod · 0.45
add_cancelledMethod · 0.45
add_done_callbackMethod · 0.45
readallMethod · 0.45
decompressFunction · 0.45
get_ld_header_infoFunction · 0.45
get_ld_headersFunction · 0.45
get_sharedFunction · 0.45

Calls

no outgoing calls

Tested by 2

test_list_copyMethod · 0.76
test_recursionMethod · 0.76