(cls)
| 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() |
nothing calls this directly
no test coverage detected