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

Method setup_mappers

test/orm/test_session.py:2330–2331  ·  view source on GitHub ↗
(cls)

Source from the content-addressed store, hash-verified

2328
2329 @classmethod
2330 def setup_mappers(cls):
2331 cls._setup_stock_mapping()
2332
2333 @testing.combinations(
2334 ("close", testing.requires.cursor_works_post_rollback),

Callers

nothing calls this directly

Calls 1

_setup_stock_mappingMethod · 0.80

Tested by

no test coverage detected