X7ROOT File Manager
Current Path:
/opt/alt/python312/lib/python3.12/site-packages/pip/_vendor/idna
opt
/
alt
/
python312
/
lib
/
python3.12
/
site-packages
/
pip
/
_vendor
/
idna
/
ðŸ“
..
📄
__init__.py
(849 B)
ðŸ“
__pycache__
📄
codec.py
(3.29 KB)
📄
compat.py
(321 B)
📄
core.py
(12.65 KB)
📄
idnadata.py
(43.33 KB)
📄
intranges.py
(1.84 KB)
📄
package_data.py
(21 B)
📄
py.typed
(0 B)
📄
uts46data.py
(201.7 KB)
Editing: compat.py
from .core import * from .codec import * from typing import Any, Union def ToASCII(label: str) -> bytes: return encode(label) def ToUnicode(label: Union[bytes, bytearray]) -> str: return decode(label) def nameprep(s: Any) -> None: raise NotImplementedError('IDNA 2008 does not utilise nameprep protocol')
Upload File
Create Folder