X7ROOT File Manager
Current Path:
/opt/alt/python39/lib/python3.9/site-packages/pip/_vendor/idna
opt
/
alt
/
python39
/
lib
/
python3.9
/
site-packages
/
pip
/
_vendor
/
idna
/
ðŸ“
..
📄
__init__.py
(849 B)
ðŸ“
__pycache__
📄
codec.py
(3.37 KB)
📄
compat.py
(360 B)
📄
core.py
(12.53 KB)
📄
idnadata.py
(41.36 KB)
📄
intranges.py
(1.89 KB)
📄
package_data.py
(21 B)
📄
uts46data.py
(197.12 KB)
Editing: compat.py
from .core import * from .codec import * from typing import Any, Union def ToASCII(label): # type: (str) -> bytes return encode(label) def ToUnicode(label): # type: (Union[bytes, bytearray]) -> str return decode(label) def nameprep(s): # type: (Any) -> None raise NotImplementedError('IDNA 2008 does not utilise nameprep protocol')
Upload File
Create Folder