| Server IP : 162.19.112.25 / Your IP : 216.73.216.88 Web Server : LiteSpeed System : Linux qamar.tasjeel.ae 5.14.0-611.55.1.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Tue May 19 15:19:29 EDT 2026 x86_64 User : archiart ( 1428) PHP Version : 8.2.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /opt/alt/python312/lib/python3.12/site-packages/setuptools/__pycache__/ |
Upload File : |
�
�L��<� � � � d dl mZ d� fd�Zy)� )�consumec � � | S )N� )�xs ��/builddir/build/BUILDROOT/alt-python312-setuptools-69.0.2-3.el9.x86_64/opt/alt/python312/lib/python3.12/site-packages/setuptools/_itertools.py�<lambda>r s � �!� c # � K � t � }|j }| D ]) } ||� }||v rt d|�d�� � ||� |�� �+ y�w)a
Wrap an iterable to raise a ValueError if non-unique values are encountered.
>>> list(ensure_unique('abc'))
['a', 'b', 'c']
>>> consume(ensure_unique('abca'))
Traceback (most recent call last):
...
ValueError: Duplicate element 'a' encountered.
zDuplicate element z
encountered.N)�set�add�
ValueError)�iterable�key�seen�seen_add�element�ks r �
ensure_uniquer sS � �� � �5�D��x�x�H�����L����9��1�'��M�J�K�K�����
� �s �AAN)� setuptools.extern.more_itertoolsr r r r r �<module>r s �� 4� !,� r