Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/sqlalchemy/sqlalchemy
/ setup_mappers
Method
setup_mappers
test/orm/test_cache_key.py:73–74 ·
view source on GitHub ↗
(cls)
Source
from the content-addressed store, hash-verified
71
72
@classmethod
73
def
setup_mappers(cls):
74
cls._setup_stock_mapping()
75
76
def
test_mapper_and_aliased(self):
77
User, Address, Keyword = self.classes(
"User"
,
"Address"
,
"Keyword"
)
Callers
nothing calls this directly
Calls
1
_setup_stock_mapping
Method · 0.80
Tested by
no test coverage detected