|
Server : Apache System : Linux server.mata-lashes.com 3.10.0-1160.90.1.el7.x86_64 #1 SMP Thu May 4 15:21:22 UTC 2023 x86_64 User : matalashes ( 1004) PHP Version : 8.1.29 Disable Function : NONE Directory : /usr/local/lib64/python3.6/site-packages/pyrsistent/__pycache__/ |
Upload File : |
3
G�Kd� � @ s� d Z ddlmZ �y�ddlmZ ddlmZ ddlmZ ddlmZ ddlmZ ddlm Z dd lm
Z
dd
lmZ ddd
ddddddg Zed�Z
ed�Zed�ZG dd� deeef e�ZG dd� dee
e�ZG dd
� d
e e
e�ZG dd� dee
ee
e
e�ZG dd� de e
e�ZG dd� de e
e�ZG dd� deeef e�ZG dd� dee
e�ZG dd� de e
e�ZG d d!� d!ee
�ZG d"d#� d#eeef �ZG d$d%� d%ee
�ZW n ek
�r� Y nX d&S )'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 @ s e Zd ZdS )r N)�__name__�
__module__�__qualname__� r r �7/tmp/pip-build-8nxjc3nm/pyrsistent/pyrsistent/typing.pyr * s c @ s e Zd ZdS )r N)r r r r r r r r . s c @ s e Zd ZdS )r
N)r r r r r r r r
1 s c @ s e Zd ZdS )r N)r r r r r r r r 4 s c @ s e Zd ZdS )r N)r r r r r r r r 7 s c @ s e Zd ZdS )r N)r r r r r r r r : s c @ s e Zd ZdS )r N)r r r r r r r r = s c @ s e Zd ZdS )r N)r r r r r r r r A s c @ s e Zd ZdS )r N)r r r r r r r r D s c @ s e Zd ZdS )�PVectorEvolverN)r r r r r r r r G s r c @ s e Zd ZdS )�PMapEvolverN)r r r r r r r r J s r c @ s e Zd ZdS )�PSetEvolverN)r r r r r r r r M s r N)�__doc__�
__future__r Ztypingr r r r r r r r
�__all__r r r r r r
r r r r r r r r r �ImportErrorr r r r �<module>
sH