MCPcopy Create free account
hub / github.com/sqlalchemy/sqlalchemy / copy

Method copy

test/perf/compiled_extensions.py:707–710  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

705
706 @test_case
707 def copy(self):
708 for _ in range(250):
709 self.imp_1.copy()
710 self.imp_2.copy()
711
712 @test_case
713 def len(self):

Callers 11

test_basic_sanityMethod · 0.95
test_methodsMethod · 0.45
test_odict_copyMethod · 0.45
test_set_opsMethod · 0.45
setup_testMethod · 0.45
test_instancelevelMethod · 0.45
test_no_format_typeMethod · 0.45
test_reflect_identityMethod · 0.45
test_enum_copy_argsMethod · 0.45
test_reflect_identityMethod · 0.45
__members__Method · 0.45

Calls

no outgoing calls

Tested by 11

test_basic_sanityMethod · 0.76
test_methodsMethod · 0.36
test_odict_copyMethod · 0.36
test_set_opsMethod · 0.36
setup_testMethod · 0.36
test_instancelevelMethod · 0.36
test_no_format_typeMethod · 0.36
test_reflect_identityMethod · 0.36
test_enum_copy_argsMethod · 0.36
test_reflect_identityMethod · 0.36
__members__Method · 0.36