(self, e)
| 680 | m.create_all(e) |
| 681 | |
| 682 | def _automap(self, e): |
| 683 | Base = automap_base() |
| 684 | |
| 685 | Base.prepare(autoload_with=e) |
| 686 | |
| 687 | time.sleep(0.01) |
| 688 | configure_mappers() |
| 689 | |
| 690 | def _chaos(self): |
| 691 | e = create_engine("sqlite://") |
no test coverage detected