(self)
| 676 | class MigrationContext: |
| 677 | def __init__(self): pass |
| 678 | def commit(self):raise NotImplementedError |
| 679 | def rollback(self):raise NotImplementedError |
| 680 | def get_schema_level(self):raise NotImplementedError |
| 681 | def set_schema_level(self,l):raise NotImplementedError |
no outgoing calls