HEX
Server: Apache/2.4.52 (Ubuntu)
System: Linux ip-10-0-8-47 6.8.0-1021-aws #23~22.04.1-Ubuntu SMP Tue Dec 10 16:31:58 UTC 2024 aarch64
User: ubuntu (1000)
PHP: 8.1.2-1ubuntu2.22
Disabled: NONE
Upload Files
File: //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<
�