PATH: //proc/thread-self/root/lib/python3.9/site-packages/redis/commands/json
FILE_BARU
CREATE
FOLDER_BARU
MKDIR
UPLOAD_FILE
GO
[ .. KEMBALI ]
📄 __init__.py
↓
X
📁 __pycache__/
X
📄 _util.py
↓
X
📄 commands.py
↓
X
📄 decoders.py
↓
X
📄 path.py
↓
X
SAVING...
BERHASIL DIUBAH!
EDITING: path.py
class Path: """This class represents a path in a JSON value.""" strPath = "" @staticmethod def root_path(): """Return the root path's string representation.""" return "." def __init__(self, path): """Make a new path based on the string representation in `path`.""" self.strPath = path def __repr__(self): return self.strPath
SIMPAN PERUBAHAN