| Server IP : 195.114.193.97 / Your IP : 216.73.217.93 Web Server : LiteSpeed System : Linux host 5.15.0-126-generic #136-Ubuntu SMP Wed Nov 6 10:38:22 UTC 2024 x86_64 User : sembi4241 ( 1126) PHP Version : 8.1.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /lib/python3/dist-packages/pyrsistent/__pycache__/ |
Upload File : |
o
���a� � @ s� d Z ddlmZ z�ddlmZ ddlmZ ddlmZ ddlmZ ddlmZ ddlm Z dd lm
Z
dd
lmZ g d�Zed�Z
ed
�Zed�ZG dd� deeef e�ZG dd� dee
e�ZG dd� de 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 � d e e
e�ZG d!d"� d"ee
�ZG d#d$� d$eeef �ZG d%d&� d&ee
�ZW d'S ey� Y d'S w )(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 @ � e Zd ZdS )r N��__name__�
__module__�__qualname__� r r �3/usr/lib/python3/dist-packages/pyrsistent/typing.pyr * � r c @ r )r Nr r r r r r . r r c @ r )r
Nr r r r r r
1 r r
c @ r )r Nr r r r r r 4 r r c @ r )r Nr r r r r r 7 r r c @ r )r Nr r r r r r : r r c @ r )r Nr r r r r r = r r c @ r )r Nr r r r r r A r r c @ r )r Nr r r r r r D r r c @ r )�PVectorEvolverNr r r r r r G r r c @ r )�PMapEvolverNr r r r r r J r r c @ r )�PSetEvolverNr r r r r r! M r r! N)�__doc__�
__future__r �typingr 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> s<