HEX
Server: Apache/2.4.52 (Ubuntu)
System: Linux spn-python 5.15.0-89-generic #99-Ubuntu SMP Mon Oct 30 20:42:41 UTC 2023 x86_64
User: arjun (1000)
PHP: 8.1.2-1ubuntu2.20
Disabled: NONE
Upload Files
File: //usr/lib/python3/dist-packages/pyrsistent/__pycache__/typing.cpython-310.pyc
o

���a��@s�dZddlmZz�ddlmZddlmZddlmZddlmZddlmZddlm	Z	dd	lm
Z
dd
lmZgd�Zed�Z
ed
�Zed�ZGdd�deeefe�ZGdd�dee
e�ZGdd�de	e
e�ZGdd�dee
ee
e
e�ZGdd�de	e
e�ZGdd�de	e
e�ZGdd�deeefe�ZGdd�dee
e�ZGdd �d e	e
e�ZGd!d"�d"ee
�ZGd#d$�d$eeef�ZGd%d&�d&ee
�ZWd'Sey�Yd'Sw)(a?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'])

�)�absolute_import)�	Container)�Hashable)�Generic)�Iterable)�Mapping)�Sequence)�Sized)�TypeVar)	�CheckedPMap�CheckedPSet�CheckedPVector�PBag�PDeque�PList�PMap�PSet�PVector�T�KT�VTc@�eZdZdS)rN��__name__�
__module__�__qualname__�rr�3/usr/lib/python3/dist-packages/pyrsistent/typing.pyr*�rc@r)rNrrrrrr.rrc@r)r
Nrrrrrr
1rr
c@r)rNrrrrrr4rrc@r)rNrrrrrr7rrc@r)rNrrrrrr:rrc@r)rNrrrrrr=rrc@r)rNrrrrrrArrc@r)rNrrrrrrDrrc@r)�PVectorEvolverNrrrrrrGrrc@r)�PMapEvolverNrrrrrr Jrr c@r)�PSetEvolverNrrrrrr!Mrr!N)�__doc__�
__future__r�typingrrrrrrr	r
�__all__rrrrrr
rrrrrrrr r!�ImportErrorrrrr�<module>s<
�