Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/sqlalchemy/sqlalchemy
/ setup_mappers
Method
setup_mappers
test/orm/test_session.py:2733–2734 ·
view source on GitHub ↗
(cls)
Source
from the content-addressed store, hash-verified
2731
2732
@classmethod
2733
def
setup_mappers(cls):
2734
cls._setup_stock_mapping()
2735
2736
@testing.combinations(
2737
(
"close"
, testing.requires.cursor_works_post_rollback),
Callers
nothing calls this directly
Calls
1
_setup_stock_mapping
Method · 0.80
Tested by
no test coverage detected