/usr/share/cagefs-skeleton/lib/python3.9/site-packages/idna
from .core import * from .codec import * def ToASCII(label): return encode(label) def ToUnicode(label): return decode(label) def nameprep(s): raise NotImplementedError("IDNA 2008 does not utilise nameprep protocol")
.
Edit
..
Edit
__init__.py
Edit
__pycache__
Edit
codec.py
Edit
compat.py
Edit
core.py
Edit
idnadata.py
Edit
intranges.py
Edit
package_data.py
Edit
uts46data.py
Edit