
    8'hV9                    4   d Z ddlmZ ddlZddlZddlZddlmZm	Z	m
Z
mZmZmZmZ ddlmZ ddlmZmZmZ ddlmZmZ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"m#Z#m$Z$ erddl%m&Z& dZ' ed      Z(ejR                  dk\  r eejT                  e"e$f      eddddddddddd
	 	 	 	 	 	 	 	 	 	 	 	 	 	 	 	 	 	 	 	 	 d$d              Z+ eejT                  e"e$f      eddddddddddd
	 	 	 	 	 	 	 	 	 	 	 	 	 	 	 	 	 	 	 	 	 	 	 d%d              Z+n| eejT                  e"e$f      eddddddddd	 	 	 	 	 	 	 	 	 	 	 	 	 	 	 	 	 d&d              Z+ eejT                  e"e$f      eddddddddd	 	 	 	 	 	 	 	 	 	 	 	 	 	 	 	 	 	 	 d'd              Z+ eejT                  e"e$f      	 d(ddddddddddd
	 	 	 	 	 	 	 	 	 	 	 	 	 	 	 	 	 	 	 	 	 	 	 d)d       Z+ ee,      Z-dejR                  cxk  rdk  rn nd*dZ.e.ej^                  _0        ddd dd!	 	 	 	 	 	 	 	 	 	 	 d+d"Z1d,d#Z2y)-z7Provide an enhanced dataclass that performs validation.    )annotationsN)TYPE_CHECKINGAnyCallableGenericNoReturnTypeVaroverload)warn)Literal	TypeGuarddataclass_transform   )_config_decorators_typing_extra)_dataclasses)getattr_migration)
ConfigDict)PydanticUserError)Field	FieldInfoPrivateAttr)PydanticDataclass)	dataclassrebuild_dataclass_T   
   )field_specifiersFT.
initrepreqorderunsafe_hashfrozenconfigvalidate_on_initkw_onlyslotsc        
             y N r"   s
             P/var/www/html/trade_iq/venv/lib/python3.12/site-packages/pydantic/dataclasses.pyr   r      s     	    c       
             y r.   r/   )_clsr#   r$   r%   r&   r'   r(   r)   r*   r+   r,   s              r0   r   r   .   s     #&r1   r#   r$   r%   r&   r'   r(   r)   r*   c                     y r.   r/   r4   s           r0   r   r   A   s     	r1   c                    y r.   r/   )	r3   r#   r$   r%   r&   r'   r(   r)   r*   s	            r0   r   r   P   s     #&r1   c       
   	         |du sJ d       |dusJ d       t         j                  dk\  r|	|
dni ddd	fd}| |S  ||       S )
a  Usage docs: https://docs.pydantic.dev/2.9/concepts/dataclasses/

    A decorator used to create a Pydantic-enhanced dataclass, similar to the standard Python `dataclass`,
    but with added validation.

    This function should be used similarly to `dataclasses.dataclass`.

    Args:
        _cls: The target `dataclass`.
        init: Included for signature compatibility with `dataclasses.dataclass`, and is passed through to
            `dataclasses.dataclass` when appropriate. If specified, must be set to `False`, as pydantic inserts its
            own  `__init__` function.
        repr: A boolean indicating whether to include the field in the `__repr__` output.
        eq: Determines if a `__eq__` method should be generated for the class.
        order: Determines if comparison magic methods should be generated, such as `__lt__`, but not `__eq__`.
        unsafe_hash: Determines if a `__hash__` method should be included in the class, as in `dataclasses.dataclass`.
        frozen: Determines if the generated class should be a 'frozen' `dataclass`, which does not allow its
            attributes to be modified after it has been initialized. If not set, the value from the provided `config` argument will be used (and will default to `False` otherwise).
        config: The Pydantic config to use for the `dataclass`.
        validate_on_init: A deprecated parameter included for backwards compatibility; in V2, all Pydantic dataclasses
            are validated on init.
        kw_only: Determines if `__init__` method parameters must be specified by keyword only. Defaults to `False`.
        slots: Determines if the generated class should be a 'slots' `dataclass`, which does not allow the addition of
            new attributes after instantiation.

    Returns:
        A decorator that accepts a class as its argument and returns a Pydantic `dataclass`.

    Raises:
        AssertionError: Raised if `init` is not `False` or `validate_on_init` is `False`.
    Fz7pydantic.dataclasses.dataclass only supports init=Falsez-validate_on_init=False is no longer supportedr   )r+   r,   c                   | j                   D ]  }t        |dg       }|D ]  }t        | |d      }t        |t              s!d|i}t        j
                  dk\  r|j                  rd|d<   |j                  dur|j                  |d<   t        | |t        j                  di |       | j                  j                  d      i | _        ||   | j                  |<     y)	a  Make sure that stdlib `dataclasses` understands `Field` kwargs like `kw_only`
        To do that, we simply change
          `x: int = pydantic.Field(..., kw_only=True)`
        into
          `x: int = dataclasses.field(default=pydantic.Field(..., kw_only=True), kw_only=True)`
        __annotations__Ndefaultr   Tr+   r$   r/   )__mro__getattr
isinstancer   sysversion_infor+   r$   setattrdataclassesfield__dict__getr9   )clsannotation_clsr   
field_namefield_value
field_argss         r0   make_pydantic_fields_compatiblez2dataclass.<locals>.make_pydantic_fields_compatible   s     "kk 	JN ".2CRHK) J
%c:t<!+y9 %.{#;
 ##w.;3F3F,0Jy) ##4/)4)9)9Jv&Z):):)HZ)HI <<##$56>*,C'2=j2I##J/-J		Jr1   c           
     2   ddl m}  ||       rt        d| j                   dd      | }

nt	        | dd      }t        j                  |      }t        j                  j                  |       }| j                  }t        j                  |       rNd}| f}t        | t              rt        | j                     }||fz   }t!        j"                  | j                  |      }  |        /}	|j$                  r1t'        d	| j                  d
t(        d       n|j$                  xs d}	t+        j,                  | fd|	d} || _        || _
        |j0                  | _        |j2                  | _        d| _        t        j6                  | |dd       | S )zCreate a Pydantic dataclass from a regular dataclass.

        Args:
            cls: The class to create the Pydantic dataclass from.

        Returns:
            A Pydantic dataclass.
        r   )is_model_classz(Cannot create a Pydantic dataclass from z" as it is already a Pydantic modelzdataclass-on-model)codeN__pydantic_config__zN`frozen` is set via both the `dataclass` decorator and `config` for dataclass zW.This is not recommended. The `frozen` specification on `dataclass` will take priority.   )category
stacklevelFT)r#   r$   r%   r&   r'   r(   raise_errorstypes_namespace)_internal._utilsrL   r   __name__r<   r   ConfigWrapperr   DecoratorInfosbuild__doc___pydantic_dataclassesis_builtin_dataclass
issubclassr   __parameters__types	new_classr(   r   UserWarningrA   r   __pydantic_decorators__
__module____qualname____pydantic_complete__complete_dataclass)rE   rL   original_clsconfig_dictconfig_wrapper
decoratorsoriginal_docbasesgeneric_basefrozen_r)   r%   r(   kwargsrJ   r&   r$   r'   s             r0   create_dataclassz#dataclass.<locals>.create_dataclass   s    	5##:3<<.Hjk) 
  !' 2fEZ\`8a ..{; //55c:

 {{ 55c:  L
 FE#w'&s'9'9:///#,,6C', G$$deheqeqdt um m( 	 %++4uG##

 #

 

 '1#"%00'44$)!00nSXjno
r1   )rE   	type[Any]returnNone)rE   rq   rr   type[PydanticDataclass])r>   r?   )r3   r#   r$   r%   r&   r'   r(   r)   r*   r+   r,   rp   ro   rJ   s     ``````    @@r0   r   r   `   su    \ 5=SSS=5(Y*YY(
7"$u5!JFM M^  $|G1A$1GGr1   )r      )r      c                     t        d      )a9  This function does nothing but raise an error that is as similar as possible to what you'd get
        if you were to try calling `InitVar[int]()` without this monkeypatch. The whole purpose is just
        to ensure typing._type_check does not error if the type hint evaluates to `InitVar[<parameter>]`.
        z 'InitVar' object is not callable)	TypeError)argsro   s     r0   _call_initvarrz     s    
 :;;r1   rO   )forcerS   _parent_namespace_depth_types_namespacec               *   |s| j                   ry||j                         }n:|dkD  rt        j                  |      xs i }|}ni }t        j                  | |      }t        j                  | t        j                  | j                  d      ||      S )ax  Try to rebuild the pydantic-core schema for the dataclass.

    This may be necessary when one of the annotations is a ForwardRef which could not be resolved during
    the initial attempt to build the schema, and automatic rebuilding fails.

    This is analogous to `BaseModel.model_rebuild`.

    Args:
        cls: The class to rebuild the pydantic-core schema for.
        force: Whether to force the rebuilding of the schema, defaults to `False`.
        raise_errors: Whether to raise errors, defaults to `True`.
        _parent_namespace_depth: The depth level of the parent namespace, defaults to 2.
        _types_namespace: The types namespace, defaults to `None`.

    Returns:
        Returns `None` if the schema is already "complete" and rebuilding was not required.
        If rebuilding _was_ required, returns `True` if rebuilding was successful, otherwise `False`.
    Nr   )parent_depthF)checkrR   )
re   copyr   parent_frame_namespacemerge_cls_and_parent_nsr[   rf   r   rW   rN   )rE   r{   rS   r|   r}   rT   frame_parent_nss          r0   r   r     s    4 S..'5E5J5J5LO&*"/"F"FTk"l"rpr #2"$+CCCYO$77!!#"9"9G%+	
 	
r1   c               l    	 d| j                   v xr t        j                  |       S # t        $ r Y yw xY w)zWhether a class is a pydantic dataclass.

    Args:
        class_: The class.

    Returns:
        `True` if the class is a pydantic dataclass, `False` otherwise.
    __pydantic_validator__F)rC   rA   is_dataclassAttributeError)class_s    r0   is_pydantic_dataclassr   L  s9    '6??:_{?W?WX^?__ s   $' 	33)r#   Literal[False]r$   boolr%   r   r&   r   r'   r   r(   r   r)    ConfigDict | type[object] | Noner*   bool | Noner+   r   r,   r   rr   -Callable[[type[_T]], type[PydanticDataclass]])r3   type[_T]r#   r   r$   r   r%   r   r&   r   r'   r   r(   r   r)   r   r*   r   r+   r   r,   r   rr   rt   )r#   r   r$   r   r%   r   r&   r   r'   r   r(   r   r)   r   r*   r   rr   r   )r3   r   r#   r   r$   r   r%   r   r&   r   r'   r   r(   r   r)   r   r*   r   rr   rt   r.   )r3   ztype[_T] | Noner#   r   r$   r   r%   r   r&   r   r'   r   r(   r   r)   r   r*   r   r+   r   r,   r   rr   zGCallable[[type[_T]], type[PydanticDataclass]] | type[PydanticDataclass])ry   r   ro   r   rr   r   )rE   rt   r{   r   rS   r   r|   intr}   zdict[str, Any] | Nonerr   r   )r   rq   rr   z"TypeGuard[type[PydanticDataclass]])3rZ   
__future__r   _annotationsrA   r>   r_   typingr   r   r   r   r   r	   r
   warningsr   typing_extensionsr   r   r   	_internalr   r   r   r   r[   
_migrationr   r)   r   errorsr   fieldsr   r   r   _internal._dataclassesr   __all__r   r?   rB   r   rV   __getattr__rz   InitVar__call__r   r   r/   r1   r0   <module>r      s   = 2  
  U U U  E E : : < )  % 1 19
*T]w;+<+<e[*QR  %!37(,  	
    1 &   
7  S ;+<+<e[*QR  %!"37(,&& & 	&
 & & & & 1& && & & 
!&  S&" ;+<+<e[*QR  %!"37(,  	
    1 & 
7  S ;+<+<e[*QR  %!"37(,&& & 	&
 & & & & 1& && 
!&  S& {'8'8%&MN gH !/3$(gH
gH gH 	gH
 	gH gH gH gH -gH "gH gH gH MgH OgHT  )	S''< $1K  #$.2.
	 .
 .
 	.

 !.
 ,.
 .
br1   