PATH: //usr/lib/python3.9/site-packages/redis
FILE_BARU
CREATE
FOLDER_BARU
MKDIR
UPLOAD_FILE
GO
[ .. KEMBALI ]
📄 __init__.py
↓
X
📁 __pycache__/
X
📁 asyncio/
X
📄 backoff.py
↓
X
📄 client.py
↓
X
📄 cluster.py
↓
X
📁 commands/
X
📄 compat.py
↓
X
📄 connection.py
↓
X
📄 crc.py
↓
X
📄 exceptions.py
↓
X
📄 lock.py
↓
X
📄 ocsp.py
↓
X
📄 retry.py
↓
X
📄 sentinel.py
↓
X
📄 typing.py
↓
X
📄 utils.py
↓
X
SAVING...
BERHASIL DIUBAH!
EDITING: compat.py
# flake8: noqa try: from typing import Literal, Protocol, TypedDict # lgtm [py/unused-import] except ImportError: from typing_extensions import ( # lgtm [py/unused-import] Literal, Protocol, TypedDict, )
SIMPAN PERUBAHAN