PATH:
opt
/
alt
/
python37
/
lib
/
python3.7
/
site-packages
/
alembic
/
operations
from .base import Operations, BatchOperations from .ops import MigrateOperation from . import toimpl __all__ = ['Operations', 'BatchOperations', 'MigrateOperation']
[+]
__pycache__
[-] schemaobj.py
[edit]
[-] toimpl.py
[edit]
[-] ops.py
[edit]
[-] __init__.py
[edit]
[+]
..
[-] batch.py
[edit]
[-] base.py
[edit]