MCPcopy Index your code
hub / github.com/python/cpython / insert

Method insert

Lib/test/test_bisect.py:28–29  ·  view source on GitHub ↗
(self, idx, item)

Source from the content-addressed store, hash-verified

26 return self.start + idx
27
28 def insert(self, idx, item):
29 self.last_insert = idx, item
30
31
32class TestBisect:

Callers 15

insertMethod · 0.45
setUpClassMethod · 0.45
setUpMethod · 0.45
test_insertMethod · 0.45
test_insert_bug_26194Method · 0.45
setUpMethod · 0.45
test_getdata_zipfileMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected