ACIL FM
Dark
Refresh
Current DIR:
/lib/python3.9/site-packages/josepy
/
lib
python3.9
site-packages
josepy
Upload
Zip Selected
Delete Selected
Pilih semua
Nama
Ukuran
Permission
Aksi
__pycache__
-
chmod
Open
Rename
Delete
b64.py
1.45 MB
chmod
View
DL
Edit
Rename
Delete
errors.py
791 B
chmod
View
DL
Edit
Rename
Delete
interfaces.py
7.61 MB
chmod
View
DL
Edit
Rename
Delete
json_util.py
18.11 MB
chmod
View
DL
Edit
Rename
Delete
jwa.py
7.31 MB
chmod
View
DL
Edit
Rename
Delete
jwk.py
13.66 MB
chmod
View
DL
Edit
Rename
Delete
jws.py
15.13 MB
chmod
View
DL
Edit
Rename
Delete
magic_typing.py
556 B
chmod
View
DL
Edit
Rename
Delete
py.typed
0 B
chmod
View
DL
Edit
Rename
Delete
util.py
9.81 MB
chmod
View
DL
Edit
Rename
Delete
__init__.py
1.91 MB
chmod
View
DL
Edit
Rename
Delete
Edit file: /lib/python3.9/site-packages/josepy/errors.py
"""JOSE errors.""" from typing import Any class Error(Exception): """Generic JOSE Error.""" class DeserializationError(Error): """JSON deserialization error.""" def __str__(self) -> str: return "Deserialization error: {0}".format(super().__str__()) class SerializationError(Error): """JSON serialization error.""" class UnrecognizedTypeError(DeserializationError): """Unrecognized type error. :ivar str typ: The unrecognized type of the JSON object. :ivar jobj: Full JSON object. """ def __init__(self, typ: str, jobj: Any) -> None: self.typ = typ self.jobj = jobj super().__init__(str(self)) def __str__(self) -> str: return "{0} was not recognized, full message: {1}".format(self.typ, self.jobj)
Simpan
Batal
Isi Zip:
Unzip
Create
Buat Folder
Buat File
Terminal / Execute
Run
Chmod Bulk
All File
All Folder
All File dan Folder
Apply