(cls, bind)
| 164 | |
| 165 | @classmethod |
| 166 | def dispose_bind(cls, bind): |
| 167 | if hasattr(bind, class="st">"dispose"): |
| 168 | bind.dispose() |
| 169 | elif hasattr(bind, class="st">"close"): |
| 170 | bind.close() |
| 171 | |
| 172 | @classmethod |
| 173 | def define_tables(cls, metadata): |
no test coverage detected