PATH: //proc/thread-self/root/opt/cloudlinux/venv/lib64/python3.11/site-packages/attr
FILE_BARU
CREATE
FOLDER_BARU
MKDIR
UPLOAD_FILE
GO
[ .. KEMBALI ]
📄 __init__.py
↓
X
📄 __init__.pyi
↓
X
📁 __pycache__/
X
📄 _cmp.py
↓
X
📄 _cmp.pyi
↓
X
📄 _compat.py
↓
X
📄 _config.py
↓
X
📄 _funcs.py
↓
X
📄 _make.py
↓
X
📄 _next_gen.py
↓
X
📄 _typing_compat.pyi
↓
X
📄 _version_info.py
↓
X
📄 _version_info.pyi
↓
X
📄 converters.py
↓
X
📄 converters.pyi
↓
X
📄 exceptions.py
↓
X
📄 exceptions.pyi
↓
X
📄 filters.py
↓
X
📄 filters.pyi
↓
X
📄 py.typed
↓
X
📄 setters.py
↓
X
📄 setters.pyi
↓
X
📄 validators.py
↓
X
📄 validators.pyi
↓
X
SAVING...
BERHASIL DIUBAH!
EDITING: exceptions.pyi
from typing import Any class FrozenError(AttributeError): msg: str = ... class FrozenInstanceError(FrozenError): ... class FrozenAttributeError(FrozenError): ... class AttrsAttributeNotFoundError(ValueError): ... class NotAnAttrsClassError(ValueError): ... class DefaultAlreadySetError(RuntimeError): ... class UnannotatedAttributeError(RuntimeError): ... class PythonTooOldError(RuntimeError): ... class NotCallableError(TypeError): msg: str = ... value: Any = ... def __init__(self, msg: str, value: Any) -> None: ...
SIMPAN PERUBAHAN