o
    èÓáaç  ã                   @   sÂ  d Z ddlmZ zÎddlmZ ddlmZ ddlmZ ddlmZ ddlmZ ddlm	Z	 dd	lm
Z
 dd
lmZ g d¢ZedƒZedƒZedƒZG dd„ deeef eƒZG dd„ dee eƒZG dd„ de	e eƒZG dd„ dee ee e
eƒZG dd„ de	e eƒZG dd„ de	e eƒZG dd„ deeef eƒZG dd„ dee eƒZG dd „ d e	e eƒZG d!d"„ d"ee ƒZG d#d$„ d$eeef ƒZG d%d&„ d&ee ƒZW d'S  eyà   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 Zd ZdS )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<    ÿ