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

Method setup_mappers

test/ext/test_mutable.py:284–287  ·  test/ext/test_mutable.py::_MutableDictTestBase.setup_mappers
(cls)

Source from the content-addressed store, hash-verified

282 run_define_tables = class="st">"each"
283
284 def setup_mappers(cls):
285 foo = cls.tables.foo
286
287 cls.mapper_registry.map_imperatively(Foo, foo)
288
289 def test_coerce_none(self):
290 sess = fixture_session()

Callers

nothing calls this directly

Calls 1

map_imperativelyMethod · 0.80

Tested by

no test coverage detected