MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / add

Method add

test/perf/compiled_extensions/collections_.py:231–235  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

229
230 @test_case(number=100)
231 def add(self):
232 ii = self.impl()
233 x = 25_000
234 for i in range(x):
235 ii.add(str(i % (x / 2)))
236
237 @test_case
238 def contains(self):

Callers 3

test_addMethod · 0.95
test_basic_sanityMethod · 0.95
mainFunction · 0.45

Calls

no outgoing calls

Tested by 2

test_addMethod · 0.76
test_basic_sanityMethod · 0.76