D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
opt
/
alt
/
python37
/
lib
/
python3.7
/
site-packages
/
idna
/
__pycache__
/
Filename :
core.cpython-37.pyc
back
Copy
B �B�h�3 � @ s d dl Z d dlZd dlZd dlmZmZ ddlmZ ddlm Z dZ dZe�d�Z G d d � d e�ZG dd� de�ZG d d� de�ZG dd� de�Zeed�dd�Zeeed�dd�Zeed�dd�Zeed�dd�Zeeef ed�dd�Zeeef eed�d d!�ZdBeeed#�d$d%�Zeed�d&d'�Zeed�d(d)�Zedd�d*d+�Z eeed,�d-d.�Z!dCeeeed/�d0d1�Z"eeee#f dd�d2d3�Z$eed�d4d5�Z%eeee#f ed�d6d7�Z&dDeeeed9�d:d;�Z'dEeeee#f eeeeed<�d=d>�Z(dFeeee#f eeeed?�d@dA�Z)dS )G� N)�Optional�Union� )�idnadata)�intranges_contain� s xn--u [.。.。]c @ s e Zd ZdZdS )� IDNAErrorz5Base exception for all IDNA-encoding related problemsN)�__name__� __module__�__qualname__�__doc__� r r �:/opt/alt/python37/lib/python3.7/site-packages/idna/core.pyr s r c @ s e Zd ZdZdS )� IDNABidiErrorz;Exception when bidirectional requirements are not satisfiedN)r r r r r r r r r s r c @ s e Zd ZdZdS )�InvalidCodepointz<Exception when a disallowed or unallocated codepoint is usedN)r r r r r r r r r s r c @ s e Zd ZdZdS )�InvalidCodepointContextzCException when the codepoint is not valid in the context it is usedN)r r r r r r r r r s r )�cp�returnc C s0 t �t| ��}|dkr,t �t| ��s,td��|S )Nr z Unknown character in unicodedata)�unicodedata� combining�chr�name� ValueError)r �vr r r �_combining_class&