X7ROOT File Manager
Current Path:
/opt/imunify360/venv/lib/python3.11/site-packages/peewee_migrate
opt
/
imunify360
/
venv
/
lib
/
python3.11
/
site-packages
/
peewee_migrate
/
??
..
??
__init__.py
(146 B)
??
__main__.py
(78 B)
??
__pycache__
??
auto.py
(11.85 KB)
??
cli.py
(6.61 KB)
??
logs.py
(146 B)
??
migrator.py
(18.41 KB)
??
models.py
(466 B)
??
py.typed
(0 B)
??
router.py
(12.21 KB)
??
template.py
(1.78 KB)
??
types.py
(249 B)
??
utils.py
(325 B)
Editing: utils.py
from warnings import warn def depricated_method(fn, depricated_fn_name): def wrapper(*args, **kwargs): warn( f"{depricated_fn_name} is depricated. Use {fn.__name__} instead.", DeprecationWarning, stacklevel=2, ) return fn(*args, **kwargs) return wrapper
Upload File
Create Folder