Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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_add
Method · 0.95
test_basic_sanity
Method · 0.95
main
Function · 0.45
Calls
no outgoing calls
Tested by
2
test_add
Method · 0.76
test_basic_sanity
Method · 0.76