MCPcopy 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_addMethod · 0.95
test_basic_sanityMethod · 0.95
test_autoincrementMethod · 0.45
test_traversal_sizeMethod · 0.45
_test_autoincrementMethod · 0.45
_all_dialect_implsFunction · 0.45
_connMethod · 0.45
_connMethod · 0.45

Calls

no outgoing calls

Tested by 15

test_addMethod · 0.76
test_basic_sanityMethod · 0.76
test_autoincrementMethod · 0.36
test_traversal_sizeMethod · 0.36
_test_autoincrementMethod · 0.36
_all_dialect_implsFunction · 0.36
_connMethod · 0.36
_connMethod · 0.36