PATH: //opt/cloudlinux/venv/lib/python3.11/site-packages/testfixtures
FILE_BARU
CREATE
FOLDER_BARU
MKDIR
UPLOAD_FILE
GO
[ .. KEMBALI ]
📄 __init__.py
↓
X
📁 __pycache__/
X
📄 comparison.py
↓
X
📄 compat.py
↓
X
📄 components.py
↓
X
📄 datetime.py
↓
X
📄 django.py
↓
X
📄 logcapture.py
↓
X
📄 mock.py
↓
X
📄 outputcapture.py
↓
X
📄 popen.py
↓
X
📄 replace.py
↓
X
📄 resolve.py
↓
X
📄 rmtree.py
↓
X
📄 shouldraise.py
↓
X
📄 shouldwarn.py
↓
X
📄 sybil.py
↓
X
📄 tempdirectory.py
↓
X
📁 tests/
X
📄 twisted.py
↓
X
📄 utils.py
↓
X
📄 version.txt
↓
X
SAVING...
BERHASIL DIUBAH!
EDITING: compat.py
# compatibility module for different python versions import sys from typing import Tuple PY_VERSION: Tuple[int, int] = sys.version_info[:2] PY_37_PLUS: bool = PY_VERSION >= (3, 7) PY_310_PLUS: bool = PY_VERSION >= (3, 10)
SIMPAN PERUBAHAN