Ë
    S>{iC  ã                   ój  — U d Z ddlZddlZddlZddlZddlZddlZddlm	Z	 ddl
mZmZ ddlmZmZ ddlZddlmZmZmZmZ dZej*                  dd d	k(  Zd
ededefd„Zd
ededefd„Zej*                  d	k\  rddl
mZ n ed«      Z edd«      Zde_          edd«      Zde_          edd«      Zde_          edd«      Zde_          edd«      Zde_          edd «      Z d!e _          ed"d#«      Z!d$e!_          ed%d&«      Z"d'e"_          ed(d)«      Z#d*e#_          ed+d,«      Z$d-e$_          ed.d/«      Z%d0e%_          ed1d2«      Z&d3e&_         d4ede'fd5„Z( ed6d7«      Z)d8e)_          ed9d:«      Z*d;e*_         ej*                  d	k\  r
 ed<d=«      Z+nd4ede'fd>„Z+d?e+_          ed@dA«      Z,dBe,_          edCdD«      Z-dEe-_          edFdG«      Z.dHe._          edIdJ«      Z/dKe/_          edLdM«      Z0dNe0_          edOdP«      Z1dQe1_          edRdS«      Z2dTe2_          edUdV«      Z3dWe3_          edXdY«      Z4dZe4_          ed[d\«      Z5d]e5_          ed^d_«      Z6d`e6_          edadb«      Z7dce7_          eddde«      Z8er	d4eddffdg„Z9n	 edddh«      Z9die9_          edjdk«      Z:dle:_         ej*                  dmk\  r	d4eddnfdo„Z;nd4eddnfdp„Z;dqe;_         i ejx                  ejz                  jx                  “ej|                  ejz                  j|                  “ej~                  ejz                  j~                  “ej€                  ejz                  j€                  “ej‚                  ejz                  j‚                  “ej„                  ejz                  j„                  “ej†                  ejz                  j†                  “ejˆ                  ejz                  jˆ                  “ejŠ                  ejz                  jŠ                  “ejŒ                  ejz                  jŒ                  “ejŽ                  ejz                  jŽ                  “ej�                  ejz                  j�                  “ej’                  ejz                  j”                  “ej–                  ejz                  j–                  “ej˜                  ejz                  j˜                  “ejš                  ejz                  jš                  “ejœ                  ejz                  jœ                  “i ejž                  ejz                  jž                  “ej                   eQ“ej¤                  eS“ej¨                  ejª                  “ej”                  eV“ej®                  eX“ej²                  ejz                  j²                  “ej´                  ejz                  j´                  “ej¶                  ejz                  j¶                  “ej¸                  ejz                  j¸                  “ejº                  e^“ej¾                  ejÀ                  “ejÂ                  ejÂ                  “ejÄ                  ejÄ                  “ejÆ                  ejÆ                  “ejÈ                  ejz                  jÈ                  “ejÊ                  ejz                  jÊ                  “¥ejÌ                  eejÎ                  ejÎ                  ejÐ                  ejÐ                  ejÒ                  ejÔ                  ejÖ                  ejØ                  i¥Zmee^eee   f      endr<   	  eSemjß                  «       «      D ]!  \  ZpZq ereepjæ                  d«      xZt€Œeqemet<   Œ# y)szÏLow-level introspection utilities for [`typing`][] members.

The provided functions in this module check against both the [`typing`][] and [`typing_extensions`][]
variants, if they exists and are different.
é    N)Údedent)ÚFunctionTypeÚGenericAlias)ÚAnyÚFinal)ÚLiteralStringÚTypeAliasTypeÚTypeIsÚ
deprecated)!ÚDEPRECATED_ALIASESÚNoneTypeÚis_annotatedÚis_anyÚis_classvarÚis_concatenateÚis_deprecatedÚis_finalÚis_forwardrefÚ
is_genericÚ
is_literalÚis_literalstringÚis_namedtupleÚis_neverÚ
is_newtypeÚis_nodefaultÚis_noextraitemsÚis_noreturnÚis_notrequiredÚis_paramspecÚis_paramspecargsÚis_paramspeckwargsÚis_readonlyÚis_requiredÚis_selfÚis_typealiasÚis_typealiastypeÚis_typeguardÚ	is_typeisÚ
is_typevarÚis_typevartupleÚis_unionÚ	is_unpacké   )é   é
   ÚmemberÚfunction_nameÚreturnc                 óD  — t        t        | «      }t        t        | «      }|r1|r/t        t        | «      t        t        | «      u rd| › �}nd| › d| › �}n|r|sd| › �}n|s|rd| › �}nd}t	        d|› d|› d�«      }i }t
        t        t        dœ}t        |||«       ||   S )	as  Create a function checking that the function argument is the (unparameterized) typing `member`.

    The function will make sure to check against both the `typing` and `typing_extensions`
    variants as depending on the Python version, the `typing_extensions` variant might be different.
    For instance, on Python 3.9:

    ```pycon
    >>> from typing import Literal as t_Literal
    >>> from typing_extensions import Literal as te_Literal, get_origin

    >>> t_Literal is te_Literal
    False
    >>> get_origin(t_Literal[1])
    typing.Literal
    >>> get_origin(te_Literal[1])
    typing_extensions.Literal
    ```
    zobj is typing.z or obj is typing_extensions.zobj is typing_extensions.ÚFalseú	
    def z&(obj: Any, /) -> bool:
        return ú
    ©r   ÚtypingÚtyping_extensions©Úhasattrr8   r9   Úgetattrr   r   Úexec©r0   r1   Ú	in_typingÚin_typing_extensionsÚ
check_codeÚ	func_codeÚlocals_Úglobals_s           ú^/var/www/skyplay_api_hub/venv/lib/python3.12/site-packages/typing_inspection/typing_objects.pyÚ _compile_identity_check_functionrF   <   sÖ   € ô& œ Ó'€IÜ"Ô#4°fÓ=ÐáÑ)Ü”6˜6Ó"¤gÔ.?ÀÓ&HÑHØ)¨&¨Ð2‰Jà)¨&¨Ð1NÈvÈhÐW‰JÙ	Ñ/Ø% f XÐ.‰
ÙÑ/Ø0°°Ð9‰
àˆ
äð 	Ø	ˆð Øˆ|ð ðó 	€Ið
 !€GÜ'*´fÔSdÑe€HÜˆ�H˜gÔ&Ø�=Ñ!Ð!ó    c           	      óR  — t        t        | «      }t        t        | «      }|r3|r1t        t        | «      t        t        | «      u rd| › d�}n"d| › d| › d�}n|r	|sd| › d�}n|s	|rd| › d�}nd}t	        d|› d	| › d
|› d�«      }i }t
        t        t        dœ}t        |||«       ||   S )a  Create a function checking that the function is an instance of the typing `member`.

    The function will make sure to check against both the `typing` and `typing_extensions`
    variants as depending on the Python version, the `typing_extensions` variant might be different.
    zisinstance(obj, typing.ú)zisinstance(obj, (typing.z, typing_extensions.z))z"isinstance(obj, typing_extensions.r4   r5   z(obj: Any, /) -> 'TypeIs[z]':
        return r6   r7   r:   r>   s           rE   Ú"_compile_isinstance_check_functionrJ   i   sç   € ô œ Ó'€IÜ"Ô#4°fÓ=ÐáÑ)Ü”6˜6Ó"¤gÔ.?ÀÓ&HÑHØ2°6°(¸!Ð<‰Jà3°F°8Ð;OÐPVÈxÐWYÐZ‰JÙ	Ñ/Ø.¨v¨h°aÐ8‰
ÙÑ/Ø9¸&¸ÀÐC‰
àˆ
äð 	Ø	ˆÐ0°°ð 9Øˆ|ð ðó 	€Ið
 !€GÜ'*´fÔSdÑe€HÜˆ�H˜gÔ&Ø�=Ñ!Ð!rG   )r   Ú	Annotatedr   z±
Return whether the argument is the [`Annotated`][typing.Annotated] [special form][].

```pycon
>>> is_annotated(Annotated)
True
>>> is_annotated(Annotated[int, ...])
False
```
r   r   zm
Return whether the argument is the [`Any`][typing.Any] [special form][].

```pycon
>>> is_any(Any)
True
```
ÚClassVarr   z¬
Return whether the argument is the [`ClassVar`][typing.ClassVar] [type qualifier][].

```pycon
>>> is_classvar(ClassVar)
True
>>> is_classvar(ClassVar[int])
>>> False
```
ÚConcatenater   z»
Return whether the argument is the [`Concatenate`][typing.Concatenate] [special form][].

```pycon
>>> is_concatenate(Concatenate)
True
>>> is_concatenate(Concatenate[int, P])
False
```
r   r   z–
Return whether the argument is the [`Final`][typing.Final] [type qualifier][].

```pycon
>>> is_final(Final)
True
>>> is_final(Final[int])
False
```
Ú
ForwardRefr   zˆ
Return whether the argument is an instance of [`ForwardRef`][typing.ForwardRef].

```pycon
>>> is_forwardref(ForwardRef('T'))
True
```
ÚGenericr   zž
Return whether the argument is the [`Generic`][typing.Generic] [special form][].

```pycon
>>> is_generic(Generic)
True
>>> is_generic(Generic[T])
False
```
ÚLiteralr   z 
Return whether the argument is the [`Literal`][typing.Literal] [special form][].

```pycon
>>> is_literal(Literal)
True
>>> is_literal(Literal["a"])
False
```
Ú	ParamSpecr   zŽ
Return whether the argument is an instance of [`ParamSpec`][typing.ParamSpec].

```pycon
>>> P = ParamSpec('P')
>>> is_paramspec(P)
True
```
ÚTypeVarr)   z†
Return whether the argument is an instance of [`TypeVar`][typing.TypeVar].

```pycon
>>> T = TypeVar('T')
>>> is_typevar(T)
True
```
ÚTypeVarTupler*   z�
Return whether the argument is an instance of [`TypeVarTuple`][typing.TypeVarTuple].

```pycon
>>> Ts = TypeVarTuple('Ts')
>>> is_typevartuple(Ts)
True
```
ÚUnionr+   a¦  
Return whether the argument is the [`Union`][typing.Union] [special form][].

This function can also be used to check for the [`Optional`][typing.Optional] [special form][],
as at runtime, `Optional[int]` is equivalent to `Union[int, None]`.

```pycon
>>> is_union(Union)
True
>>> is_union(Union[int, str])
False
```

!!! warning
    This does not check for unions using the [new syntax][types-union] (e.g. `int | str`).
Úobjc                ób   — t        | t        «      xr t        | t        «      xr t	        | d«      S )aÃ  Return whether the argument is a named tuple type.

    This includes [`NamedTuple`][typing.NamedTuple] subclasses and classes created from the
    [`collections.namedtuple`][] factory function.

    ```pycon
    >>> class User(NamedTuple):
    ...     name: str
    ...
    >>> is_namedtuple(User)
    True
    >>> City = collections.namedtuple('City', [])
    >>> is_namedtuple(City)
    True
    >>> is_namedtuple(NamedTuple)
    False
    ```
    Ú_fields)Ú
isinstanceÚtypeÚ
issubclassÚtupler;   ©rU   s    rE   r   r   *  s)   € ô& �cœ4Ó ÒW¤Z°´UÓ%;ÒWÄÈÈYÓ@WÐWrG   r   r   z•
Return whether the argument is the [`LiteralString`][typing.LiteralString] [special form][].

```pycon
>>> is_literalstring(LiteralString)
True
```
ÚNeverr   zu
Return whether the argument is the [`Never`][typing.Never] [special form][].

```pycon
>>> is_never(Never)
True
```
ÚNewTyper   c                ó   — t        | d«      S )NÚ__supertype__)r;   r\   s    rE   r   r   \  s   € Ü�s˜OÓ,Ð,rG   z�
Return whether the argument is a [`NewType`][typing.NewType].

```pycon
>>> UserId = NewType("UserId", int)
>>> is_newtype(UserId)
True
```
Ú	NoDefaultr   z„
Return whether the argument is the [`NoDefault`][typing.NoDefault] sentinel object.

```pycon
>>> is_nodefault(NoDefault)
True
```
ÚNoExtraItemsr   zy
Return whether the argument is the `NoExtraItems` sentinel object.

```pycon
>>> is_noextraitems(NoExtraItems)
True
```
ÚNoReturnr   zž
Return whether the argument is the [`NoReturn`][typing.NoReturn] [special form][].

```pycon
>>> is_noreturn(NoReturn)
True
>>> is_noreturn(Never)
False
```
ÚNotRequiredr   z�
Return whether the argument is the [`NotRequired`][typing.NotRequired] [special form][].

```pycon
>>> is_notrequired(NotRequired)
True
```
ÚParamSpecArgsr    zŸ
Return whether the argument is an instance of [`ParamSpecArgs`][typing.ParamSpecArgs].

```pycon
>>> P = ParamSpec('P')
>>> is_paramspecargs(P.args)
True
```
ÚParamSpecKwargsr!   z§
Return whether the argument is an instance of [`ParamSpecKwargs`][typing.ParamSpecKwargs].

```pycon
>>> P = ParamSpec('P')
>>> is_paramspeckwargs(P.kwargs)
True
```
ÚReadOnlyr"   z�
Return whether the argument is the [`ReadOnly`][typing.ReadOnly] [special form][].

```pycon
>>> is_readonly(ReadOnly)
True
```
ÚRequiredr#   z�
Return whether the argument is the [`Required`][typing.Required] [special form][].

```pycon
>>> is_required(Required)
True
```
ÚSelfr$   zq
Return whether the argument is the [`Self`][typing.Self] [special form][].

```pycon
>>> is_self(Self)
True
```
Ú	TypeAliasr%   z…
Return whether the argument is the [`TypeAlias`][typing.TypeAlias] [special form][].

```pycon
>>> is_typealias(TypeAlias)
True
```
Ú	TypeGuardr'   z…
Return whether the argument is the [`TypeGuard`][typing.TypeGuard] [special form][].

```pycon
>>> is_typeguard(TypeGuard)
True
```
r
   r(   zy
Return whether the argument is the [`TypeIs`][typing.TypeIs] [special form][].

```pycon
>>> is_typeis(TypeIs)
True
```
r	   Ú_is_typealiastype_innerzTypeIs[TypeAliasType]c                ó>   — t        | «      t        uxr t        | «      S ©N)rY   r   rl   r\   s    rE   r&   r&   ð  s   € Ü�C‹y¤Ð,ÒMÔ1HÈÓ1MÐMrG   r&   a'  
Return whether the argument is a [`TypeAliasType`][typing.TypeAliasType] instance.

```pycon
>>> type MyInt = int
>>> is_typealiastype(MyInt)
True
>>> MyStr = TypeAliasType("MyStr", str)
>>> is_typealiastype(MyStr):
True
>>> type MyList[T] = list[T]
>>> is_typealiastype(MyList[int])
False
```
ÚUnpackr,   z™
Return whether the argument is the [`Unpack`][typing.Unpack] [special form][].

```pycon
>>> is_unpack(Unpack)
True
>>> is_unpack(Unpack[Ts])
False
```
)r.   é   zTypeIs[deprecated]c                óV   — t        | t        j                  t        j                  f«      S rn   )rX   Úwarningsr   r9   r\   s    rE   r   r     s!   € Ü˜#¤× 3Ñ 3Ô5F×5QÑ5QÐRÓSÐSrG   c                ó6   — t        | t        j                  «      S rn   )rX   r9   r   r\   s    rE   r   r     s   € Ü˜#Ô0×;Ñ;Ó<Ð<rG   a+  
Return whether the argument is a [`deprecated`][warnings.deprecated] instance.

This also includes the [`typing_extensions` backport][typing_extensions.deprecated].

```pycon
>>> is_deprecated(warnings.deprecated('message'))
True
>>> is_deprecated(typing_extensions.deprecated('message'))
True
```
r   )uÚ__doc__Úcollections.abcÚcollectionsÚ
contextlibÚreÚsysr8   rr   Útextwrapr   Útypesr   r   r   r   r9   r   r	   r
   r   Ú__all__Úversion_infoÚ	_IS_PY310rF   rJ   r   rY   r   r   r   r   r   r   r   r   r   r)   r*   r+   Úboolr   r   r   r   r   r   r   r   r    r!   r"   r#   r$   r%   r'   r(   rl   r&   r,   r   ÚHashableÚabcÚ	AwaitableÚ	CoroutineÚAsyncIterableÚAsyncIteratorÚIterableÚIteratorÚ
ReversibleÚSizedÚ	ContainerÚ
CollectionÚCallableÚAbstractSetÚSetÚ
MutableSetÚMappingÚMutableMappingÚSequenceÚMutableSequenceÚTupler[   ÚListÚlistÚDequeÚdequeÚsetÚ	FrozenSetÚ	frozensetÚMappingViewÚKeysViewÚ	ItemsViewÚ
ValuesViewÚDictÚdictÚDefaultDictÚdefaultdictÚOrderedDictÚCounterÚChainMapÚ	GeneratorÚAsyncGeneratorÚTypeÚPatternÚMatchÚContextManagerÚAbstractContextManagerÚAsyncContextManagerÚAbstractAsyncContextManagerr   Ú__annotations__ÚitemsÚaliasÚtargetr<   Ú_nameÚte_alias© rG   rE   ú<module>r·      s*  ðòó Û Û 	Û 
Û Û Ý ß ,ß ã ß NÓ Nð"€ðH ×Ñ˜R˜aÐ  GÑ+€	ð*"¨]ð *"È=ð *"Ð]ió *"ðZ"¨}ð "È]ð "Ð_kó "ð@ ×Ñ�wÒÞá�D‹z€Hñ 0°¸^ÓL€ð	€Ô ñ 
*¨%°Ó	:€ð€„ñ /¨z¸=ÓI€ð	€Ô ñ 2°-ÐAQÓR€ð	€Ô ñ ,¨G°ZÓ@€ð	€Ô ñ 3°<ÀÓQ€ð€Ô ñ .¨i¸ÓF€
ð	€
Ô ñ .¨i¸ÓF€
ð	€
Ô ñ 2°+¸~ÓN€ð€Ô ñ 0°	¸<ÓH€
ð€
Ô ñ 5°^ÐEVÓW€ð€Ô ñ ,¨G°ZÓ@€ð€Ô ð$X�sð X $ó Xñ4 4°OÐEWÓXÐ ðÐ Ô ñ ,¨G°ZÓ@€ð€Ô ð ×Ñ�wÒÙ3°I¸|ÓL�Jð-˜ð - 4ó -ð€
Ô ñ 0°¸^ÓL€ð€Ô ñ 3°>ÐCTÓU€ð€Ô ñ /¨z¸=ÓI€ð	€Ô ñ 2°-ÐAQÓR€ð€Ô ñ 6°oÐGYÓZÐ ðÐ Ô ñ 8Ð8IÐK_Ó`Ð ðÐ Ô ñ /¨z¸=ÓI€ð€Ô ñ /¨z¸=ÓI€ð€Ô ñ +¨6°9Ó
=€ð€„ñ 0°¸^ÓL€ð€Ô ñ 0°¸^ÓL€ð€Ô ñ -¨X°{ÓC€	ð€	Ô ñ =¸_ÐNgÓhÐ ñ ð
N˜cð NÐ)@ô Nñ :¸/ÐK]Ó^ÐðÐ Ô ñ  -¨X°{ÓC€	ð	€	Ô ð ×Ñ�wÒðT˜3ð TÐ&:ô Tð
=˜3ð =Ð&:ó =ð€Ô ð+3Ø
‡O�O�[—_‘_×-Ñ-ð+3à
×Ñ�k—o‘o×/Ñ/ð+3ð ×Ñ�k—o‘o×/Ñ/ð+3ð ×Ñ˜+Ÿ/™/×7Ñ7ð	+3ð
 ×Ñ˜+Ÿ/™/×7Ñ7ð+3ð ‡O�O�[—_‘_×-Ñ-ð+3ð ‡O�O�[—_‘_×-Ñ-ð+3ð ×Ñ�{—‘×1Ñ1ð+3ð ‡L�L�+—/‘/×'Ñ'ð+3ð ×Ñ�k—o‘o×/Ñ/ð+3ð ×Ñ�{—‘×1Ñ1ð+3ð ‡O�O�[—_‘_×-Ñ-ð+3ð ×Ñ˜Ÿ™×+Ñ+ð+3ð ×Ñ�{—‘×1Ñ1ð+3ð  ‡N�N�K—O‘O×+Ñ+ð!+3ð" ×Ñ˜;Ÿ?™?×9Ñ9ð#+3ð$ ‡O�O�[—_‘_×-Ñ-ñ%+3ð& ×Ñ˜KŸO™O×;Ñ;ð'+3ð( ‡L�L�%ð)+3ð* ‡K�K�ð++3ð, ‡L�L�+×#Ñ#ð-+3ð. ‡J�J�ð/+3ð0 ×Ñ�ið1+3ð2 ×Ñ˜Ÿ™×3Ñ3ð3+3ð4 ‡O�O�[—_‘_×-Ñ-ð5+3ð6 ×Ñ�k—o‘o×/Ñ/ð7+3ð8 ×Ñ�{—‘×1Ñ1ð9+3ð: ‡K�K�ð;+3ð< ×Ñ˜×/Ñ/ð=+3ð> ×Ñ˜×/Ñ/ð?+3ð@ ‡N�N�K×'Ñ'ðA+3ðB ‡O�O�[×)Ñ)ðC+3ðD ×Ñ�k—o‘o×/Ñ/ðE+3ðF ×Ñ˜;Ÿ?™?×9Ñ9ñG+3ðH ‡K�K�à
‡N�N�B—J‘JØ
‡L�L�"—(‘(Ø
×Ñ˜:×<Ñ<Ø
×Ñ 
× FÑ FñS+3Ð �E˜$˜s D¨¡I˜~Ñ.Ñ/ó +ðX Añ Ð,×2Ñ2Ó4Ó5ò .�M€Eˆ6áÐ-¨u¯{©{¸DÓAÐAˆÑNØ'-Ð˜8Ò$ñ.rG   