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

Method setup_mappers

test/ext/test_mutable.py:858–861  ·  test/ext/test_mutable.py::_MutableSetTestBase.setup_mappers
(cls)

Source from the content-addressed store, hash-verified

856 run_define_tables = class="st">"each"
857
858 def setup_mappers(cls):
859 foo = cls.tables.foo
860
861 cls.mapper_registry.map_imperatively(Foo, foo)
862
863 def test_coerce_none(self):
864 sess = fixture_session()

Callers

nothing calls this directly

Calls 1

map_imperativelyMethod · 0.80

Tested by

no test coverage detected