Your IP : 216.73.217.129


Current Path : /opt/alt/python37/lib64/python3.7/Tools/scripts/__pycache__/
Upload File :
Current File : //opt/alt/python37/lib64/python3.7/Tools/scripts/__pycache__/find-uname.cpython-37.pyc

B

� f��@sBdZddlZddlZddlZdd�Zedkr>eejdd��dS)a)
For each argument on the command line, look for it in the set of all Unicode
names.  Arguments are treated as case-insensitive regular expressions, e.g.:

    % find-uname 'small letter a$' 'horizontal line'
    *** small letter a$ matches ***
    LATIN SMALL LETTER A (97)
    COMBINING LATIN SMALL LETTER A (867)
    CYRILLIC SMALL LETTER A (1072)
    PARENTHESIZED LATIN SMALL LETTER A (9372)
    CIRCLED LATIN SMALL LETTER A (9424)
    FULLWIDTH LATIN SMALL LETTER A (65345)
    *** horizontal line matches ***
    HORIZONTAL LINE EXTENSION (9135)
�Nc	s�g}xHttjd�D]6}y|�|t�t|��f�Wqtk
rHYqXqWxX|D]P}t�	|tj
���fdd�|D�}|rTtd|dd�x|D]}td|�q�WqTWdS)N�cs&g|]\}}��|�dk	r||f�qS)N)�search)�.0�x�y)�pat��=/opt/alt/python37/lib64/python3.7/Tools/scripts/find-uname.py�
<listcomp> szmain.<locals>.<listcomp>z***�matchesz%s (%d))�range�sys�
maxunicode�append�unicodedata�name�chr�
ValueError�re�compile�I�print)�argsZ
unicode_namesZix�argr�matchr)rr	�mains


r�__main__r)�__doc__rr
rr�__name__�argvrrrr	�<module>s