Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/sqlalchemy/sqlalchemy
/ add
Method
add
test/perf/compiled_extensions.py:509–513 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
507
508
@test_case
509
def
add(self):
510
ii = self.impl()
511
for
_ in range(10):
512
for
i in range(1000):
513
ii.add(str(i))
514
515
@test_case
516
def
contains(self):
Callers
15
test_add
Method · 0.95
test_basic_sanity
Method · 0.95
test_fixture_randomizing
Method · 0.45
test_autoincrement
Method · 0.45
test_init_args_in_traversal
Method · 0.45
test_traversal_size
Method · 0.45
_test_autoincrement
Method · 0.45
_all_dialect_impls
Function · 0.45
_all_types_w_their_dialect
Function · 0.45
_all_types_w_all_dialect_impls
Function · 0.45
_conn
Method · 0.45
_conn
Method · 0.45
Calls
no outgoing calls
Tested by
15
test_add
Method · 0.76
test_basic_sanity
Method · 0.76
test_fixture_randomizing
Method · 0.36
test_autoincrement
Method · 0.36
test_init_args_in_traversal
Method · 0.36
test_traversal_size
Method · 0.36
_test_autoincrement
Method · 0.36
_all_dialect_impls
Function · 0.36
_all_types_w_their_dialect
Function · 0.36
_all_types_w_all_dialect_impls
Function · 0.36
_conn
Method · 0.36
_conn
Method · 0.36