__init__.py |
|
868 |
codec.py |
|
3422 |
compat.py |
|
316 |
core.py |
Base exception for all IDNA-encoding related problems |
13239 |
idnadata.py |
|
78306 |
intranges.py |
Given a list of integers, made up of (hopefully) a small number of long runs
of consecutive integers, compute a representation of the form
((start1, end1), (start2, end2) ...). Then answer the question "was x present
in the original list?" in time O(log(# runs)).
|
1898 |
package_data.py |
|
21 |
py.typed |
|
0 |
uts46data.py |
IDNA Mapping Table from UTS46. |
239289 |