Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/sqlalchemy/sqlalchemy
/ test_copy
Method
test_copy
test/base/test_utils.py:564–566 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
562
eq_(d3, d4)
563
564
def
test_copy(self):
565
d = util.immutabledict({1: 2, 3: 4})
566
is_(d.copy(), d)
567
568
def
test_serialize(self):
569
d = util.immutabledict({1: 2, 3: 4})
Callers
nothing calls this directly
Calls
2
is_
Function · 0.90
copy
Method · 0.45
Tested by
no test coverage detected