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