Sindbad~EG File Manager
3
,Ĝg�3 � @ s d dl Z d dlZd dlZd dlmZmZ ddlmZ ddlm Z dZ
dZejd�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
�)/tmp/pip-build-fsllo_ck/idna/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 jt| ��}|dkr,t jt| ��s,td��|S )Nr z Unknown character in unicodedata)�unicodedata� combining�chr�name�
ValueError)r �vr
r
r �_combining_class&