Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/sqlalchemy/sqlalchemy
/ insert
Method
insert
test/perf/compiled_extensions/collections_.py:488–493 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
486
487
@test_case
488
def
insert(self):
489
for
_ in range(5):
490
ii = self.impl(self.val1)
491
for
i in range(5_000):
492
ii.insert(i // 2, i)
493
ii.insert(-i % 2, i)
494
495
496
class
UniqueList(Case):
Callers
4
test_modify
Method · 0.95
drop_all
Function · 0.45
__main__.py
File · 0.45
main
Function · 0.45
Calls
no outgoing calls
Tested by
1
test_modify
Method · 0.76