ACIL FM
Dark
Refresh
Current DIR:
/opt/cloudlinux/venv/lib/python3.11/site-packages/iniconfig
/
opt
cloudlinux
venv
lib
python3.11
site-packages
iniconfig
Upload
Zip Selected
Delete Selected
Pilih semua
Nama
Ukuran
Permission
Aksi
__pycache__
-
chmod
Open
Rename
Delete
exceptions.py
501 B
chmod
View
DL
Edit
Rename
Delete
py.typed
0 B
chmod
View
DL
Edit
Rename
Delete
_parse.py
2.38 MB
chmod
View
DL
Edit
Rename
Delete
_version.py
160 B
chmod
View
DL
Edit
Rename
Delete
__init__.py
5.34 MB
chmod
View
DL
Edit
Rename
Delete
Edit file: /opt/cloudlinux/venv/lib/python3.11/site-packages/iniconfig/exceptions.py
from __future__ import annotations from typing import TYPE_CHECKING if TYPE_CHECKING: from typing_extensions import Final class ParseError(Exception): path: Final[str] lineno: Final[int] msg: Final[str] def __init__(self, path: str, lineno: int, msg: str) -> None: super().__init__(path, lineno, msg) self.path = path self.lineno = lineno self.msg = msg def __str__(self) -> str: return f"{self.path}:{self.lineno + 1}: {self.msg}"
Simpan
Batal
Isi Zip:
Unzip
Create
Buat Folder
Buat File
Terminal / Execute
Run
Chmod Bulk
All File
All Folder
All File dan Folder
Apply