Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/sqlalchemy/sqlalchemy
/ setup_test
Method
setup_test
test/orm/test_mapper.py:3127–3128 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
3125
3126
class
DocumentTest(fixtures.TestBase):
3127
def
setup_test(self):
3128
self.mapper = registry().map_imperatively
3129
3130
def
test_doc_propagate(self):
3131
metadata = MetaData()
Callers
nothing calls this directly
Calls
1
registry
Class · 0.90
Tested by
no test coverage detected