Ë
    [üàg�
  ã                   ó¨  — d dl Z d dlZd dlZd dlZd dlmZmZ d dlmZ  ej                  «       dk(  Z
ej                  dd dk\  Zej                  dd dk\  Zej                  dd dk\  Zej                  dd d	k\  Zej                  dd d
k\  Zej                  dd dk\  Zerd dlZej&                  Znd„ Z G d„ d«      Z ej,                  «       Zd„ Zy)é    N)ÚMappingÚSequence)Ú_GenericAliasÚPyPyé   )é   é	   )r   é
   )r   é   )r   é   )r   é   )r   é   c                 ó:   — | j                   j                  di «      S )z,
        Get annotations for *cls*.
        Ú__annotations__)Ú__dict__Úget)Úclss    úJ/var/www/skyplay_api_hub/venv/lib/python3.12/site-packages/attr/_compat.pyÚ_get_annotationsr      s   € ð �|‰|×ÑÐ 1°2Ó6Ð6ó    c                   ó(   — e Zd ZdZdgZd„ Zd„ Zd„ Zy)Ú_AnnotationExtractorz^
    Extract type annotations from a callable, returning None whenever there
    is none.
    Úsigc                 ór   — 	 t        j                  |«      | _        y # t        t        f$ r
 d | _        Y y w xY w)N)ÚinspectÚ	signaturer   Ú
ValueErrorÚ	TypeError)ÚselfÚcallables     r   Ú__init__z_AnnotationExtractor.__init__+   s4   € ð	Ü×(Ñ(¨Ó2ˆD�HøÜœIÐ&ò 	ØˆDŽHð	ús   ‚ �6µ6c                 óì   — | j                   syt        | j                   j                  j                  «       «      }|r8|d   j                  t
        j                  j                  ur|d   j                  S y)zU
        Return the type annotation of the first argument if it's not empty.
        Nr   )r   ÚlistÚ
parametersÚvaluesÚ
annotationr   Ú	ParameterÚempty)r   Úparamss     r   Úget_first_param_typez)_AnnotationExtractor.get_first_param_type1   s^   € ð �xŠxØä�d—h‘h×)Ñ)×0Ñ0Ó2Ó3ˆÙ�f˜Q‘i×*Ñ*´'×2CÑ2C×2IÑ2IÑIØ˜!‘9×'Ñ'Ð'àr   c                 ó¨   — | j                   rF| j                   j                  t        j                  j                  ur| j                   j                  S y)z;
        Return the return type if it's not empty.
        N)r   Úreturn_annotationr   Ú	Signaturer(   )r   s    r   Úget_return_typez$_AnnotationExtractor.get_return_type>   s<   € ð
 �HŠHØ—‘×*Ñ*´'×2CÑ2C×2IÑ2IÑIà—8‘8×-Ñ-Ð-àr   N)Ú__name__Ú
__module__Ú__qualname__Ú__doc__Ú	__slots__r!   r*   r.   © r   r   r   r   #   s   „ ñð
 �€Iòòó
r   r   c                 ó@   — | j                   t        u r| j                  S y)zDIf this is a generic class (A[str]), return the generic base for it.N)Ú	__class__r   Ú
__origin__)Úcls    r   Úget_generic_baser9   Z   s   € à	‡|�|”}Ñ$Ø�}‰}ÐØr   )r   ÚplatformÚsysÚ	threadingÚcollections.abcr   r   Útypingr   Úpython_implementationÚPYPYÚversion_infoÚPY_3_9_PLUSÚPY_3_10_PLUSÚPY_3_11_PLUSÚPY_3_12_PLUSÚPY_3_13_PLUSÚPY_3_14_PLUSÚannotationlibÚget_annotationsr   r   ÚlocalÚrepr_contextr9   r4   r   r   ú<module>rL      só   ðó Û Û 
Û ç -Ý  ð &€x×%Ñ%Ó'¨6Ñ1€Ø×Ñ˜r Ð" fÑ,€Ø×Ñ  Ð# wÑ.€Ø×Ñ  Ð# wÑ.€Ø×Ñ  Ð# wÑ.€Ø×Ñ  Ð# wÑ.€Ø×Ñ  Ð# wÑ.€ñ Ûà$×4Ñ4Ñò7÷%ñ %ðh ˆy�‰Ó €ór   