Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
32
class
TestBisect:
Callers
15
test_inspect_getsource_issue4223
Method · 0.45
test_doctest_issue4197
Method · 0.45
test_import_filter_syntax_warnings_by_module
Method · 0.45
insert
Method · 0.45
setUpClass
Method · 0.45
test_pass_fds_redirected
Method · 0.45
setUp
Method · 0.45
test_insert
Method · 0.45
test_insert_bug_26194
Method · 0.45
setUp
Method · 0.45
test_getdata_zipfile
Method · 0.45
test_issue44061_iter_modules
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected