PATH: //opt/alt/python311/lib64/python3.11/lib2to3/tests
FILE_BARU
CREATE
FOLDER_BARU
MKDIR
UPLOAD_FILE
GO
[ .. KEMBALI ]
📄 __init__.py
↓
X
📄 __main__.py
↓
X
📁 __pycache__/
X
📁 data/
X
📄 pytree_idempotency.py
↓
X
📄 support.py
↓
X
📄 test_all_fixers.py
↓
X
📄 test_fixers.py
↓
X
📄 test_main.py
↓
X
📄 test_parser.py
↓
X
📄 test_pytree.py
↓
X
📄 test_refactor.py
↓
X
📄 test_util.py
↓
X
SAVING...
BERHASIL DIUBAH!
EDITING: __init__.py
# Author: Collin Winter import os import warnings from test.support import load_package_tests def load_tests(*args): with warnings.catch_warnings(): warnings.filterwarnings('ignore', category=DeprecationWarning, message='lib2to3') return load_package_tests(os.path.dirname(__file__), *args)
SIMPAN PERUBAHAN