MCPcopy
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
496class UniqueList(Case):

Callers 4

test_modifyMethod · 0.95
drop_allFunction · 0.45
__main__.pyFile · 0.45
mainFunction · 0.45

Calls

no outgoing calls

Tested by 1

test_modifyMethod · 0.76