Server IP : 192.158.238.246 / Your IP : 3.148.200.70 Web Server : LiteSpeed System : Linux uniform.iwebfusion.net 4.18.0-553.27.1.lve.1.el8.x86_64 #1 SMP Wed Nov 20 15:58:00 UTC 2024 x86_64 User : jenniferflocom ( 1321) PHP Version : 8.1.32 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /opt/imunify360/venv/lib/python3.11/site-packages/setuptools/__pycache__/ |
Upload File : |
� �� h� � � � d dl mZ d� fd�ZdS )� )�consumec � � | S )N� )�xs �u/builddir/build/BUILD/imunify360-venv-2.5.2/opt/imunify360/venv/lib/python3.11/site-packages/setuptools/_itertools.py�<lambda>r s � �!� � c # � K � t � � }|j }| D ]3} ||� � }||v rt d|�d�� � � ||� � |V � �4dS )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 sy � � � � �5�5�D��x�H�� � ���C��L�L����9�9��J�'�J�J�J�K�K�K�������� � � � �� r N)� setuptools.extern.more_itertoolsr r r r r �<module>r s<