(cls)
| 523 | run_define_tables = class="st">"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() |
nothing calls this directly
no test coverage detected