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

Method setup_mappers

test/ext/test_mutable.py:525–528  ·  view source on GitHub ↗
(cls)

Source from the content-addressed store, hash-verified

523 run_define_tables = "each"
524
525 def setup_mappers(cls):
526 foo = cls.tables.foo
527
528 cls.mapper_registry.map_imperatively(Foo, foo)
529
530 def test_coerce_none(self):
531 sess = fixture_session()

Callers

nothing calls this directly

Calls 1

map_imperativelyMethod · 0.80

Tested by

no test coverage detected