X7ROOT File Manager
Current Path:
/opt/hc_python/lib/python3.12/site-packages/idna
opt
/
hc_python
/
lib
/
python3.12
/
site-packages
/
idna
/
ðŸ“
..
📄
__init__.py
(868 B)
ðŸ“
__pycache__
📄
codec.py
(3.34 KB)
📄
compat.py
(316 B)
📄
core.py
(12.93 KB)
📄
idnadata.py
(76.47 KB)
📄
intranges.py
(1.85 KB)
📄
package_data.py
(21 B)
📄
py.typed
(0 B)
📄
uts46data.py
(233.68 KB)
Editing: compat.py
from typing import Any, Union from .core import decode, encode 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