Repository URL to install this package:
|
Version:
0.1.3 ▾
|
odigos
/
etc
/
odigos-vmagent
/
instrumentations
/
python
/
setuptools
/
__pycache__
/
_itertools.cpython-311.pyc
|
|---|
§
O>g ã ó d dl mZ d fdZdS )é )Úconsumec ó | S )N© )Úxs ú</tmp/pip-target-qlpkiub5/lib/python/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 è è õ 55DØxHØð ð ØCLLØ99ÝÐJ°'ÐJÐJÐJÑKÔKÐKØØ
ðð r N)Úmore_itertoolsr r r r r ú<module>r s<