MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / setup_mappers

Method setup_mappers

test/ext/test_mutable.py:1149–1152  ·  test/ext/test_mutable.py::MutableColumnDefaultTest.setup_mappers
(cls)

Source from the content-addressed store, hash-verified

1147 )
1148
1149 def setup_mappers(cls):
1150 foo = cls.tables.foo
1151
1152 cls.mapper_registry.map_imperatively(Foo, foo)
1153
1154 def test_evt_on_flush_refresh(self):
1155 class="cm"># test for #3427

Callers

nothing calls this directly

Calls 1

map_imperativelyMethod · 0.80

Tested by

no test coverage detected