GRAYBYTE WORDPRESS FILE MANAGER9292

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/cloudlinux/venv/lib/python3.11/site-packages/pyrsistent/
Upload Files :
Current_dir [ Not Writeable ] Document_root [ Writeable ]

Command :


Current File : /opt/cloudlinux/venv/lib/python3.11/site-packages/pyrsistent//typing.py
"""Helpers for use with type annotation.

Use the empty classes in this module when annotating the types of Pyrsistent
objects, instead of using the actual collection class.

For example,

    from pyrsistent import pvector
    from pyrsistent.typing import PVector

    myvector: PVector[str] = pvector(['a', 'b', 'c'])

"""
from __future__ import absolute_import

try:
    from typing import Container
    from typing import Hashable
    from typing import Generic
    from typing import Iterable
    from typing import Mapping
    from typing import Sequence
    from typing import Sized
    from typing import TypeVar

    __all__ = [
        'CheckedPMap',
        'CheckedPSet',
        'CheckedPVector',
        'PBag',
        'PDeque',
        'PList',
        'PMap',
        'PSet',
        'PVector',
    ]

    T = TypeVar('T')
    KT = TypeVar('KT')
    VT = TypeVar('VT')

    class CheckedPMap(Mapping[KT, VT], Hashable):
        pass

    # PSet.add and PSet.discard have different type signatures than that of Set.
    class CheckedPSet(Generic[T], Hashable):
        pass

    class CheckedPVector(Sequence[T], Hashable):
        pass

    class PBag(Container[T], Iterable[T], Sized, Hashable):
        pass

    class PDeque(Sequence[T], Hashable):
        pass

    class PList(Sequence[T], Hashable):
        pass

    class PMap(Mapping[KT, VT], Hashable):
        pass

    # PSet.add and PSet.discard have different type signatures than that of Set.
    class PSet(Generic[T], Hashable):
        pass

    class PVector(Sequence[T], Hashable):
        pass

    class PVectorEvolver(Generic[T]):
        pass

    class PMapEvolver(Generic[KT, VT]):
        pass

    class PSetEvolver(Generic[T]):
        pass
except ImportError:
    pass

[ Back ]
Name
Size
Last Modified
Owner / Group
Permissions
Options
..
--
June 25 2025 08:31:36
root / root
0755
__pycache__
--
May 15 2025 08:30:43
root / root
0755
__init__.py
1.444 KB
April 17 2025 13:10:58
root / root
0644
__init__.pyi
7.02 KB
April 17 2025 13:10:58
root / root
0644
_checked_types.py
17.941 KB
April 17 2025 13:10:58
root / root
0644
_field_common.py
11.683 KB
April 17 2025 13:10:58
root / root
0644
_helpers.py
3.156 KB
April 17 2025 13:10:58
root / root
0644
_immutable.py
3.21 KB
April 17 2025 13:10:58
root / root
0644
_pbag.py
6.572 KB
April 17 2025 13:10:58
root / root
0644
_pclass.py
9.475 KB
April 17 2025 13:10:58
root / root
0644
_pdeque.py
11.917 KB
April 17 2025 13:10:58
root / root
0644
_plist.py
8.099 KB
April 17 2025 13:10:58
root / root
0644
_pmap.py
18.341 KB
April 17 2025 13:10:58
root / root
0644
_precord.py
6.867 KB
April 17 2025 13:10:58
root / root
0644
_pset.py
5.56 KB
April 17 2025 13:10:58
root / root
0644
_pvector.py
22.162 KB
April 17 2025 13:10:58
root / root
0644
_toolz.py
3.345 KB
April 17 2025 13:10:58
root / root
0644
_transformations.py
3.711 KB
April 17 2025 13:10:58
root / root
0644
py.typed
0 KB
April 17 2025 13:10:58
root / root
0644
typing.py
1.726 KB
April 17 2025 13:10:58
root / root
0644
typing.pyi
10.172 KB
April 17 2025 13:10:58
root / root
0644

GRAYBYTE WORDPRESS FILE MANAGER @ 2025
CONTACT ME
Static GIF