Ë
    {�h„  ã                   ó.   — d dl mZ d dlZ G d„ de«      Zy)é    )ÚBaseLayoutHierarchyTypeNc                   óÜ   ‡ — e Zd ZdZdZh d£Zed„ «       Zej                  d„ «       Zed„ «       Z	e	j                  d„ «       Z	ed„ «       Z
e
j                  d	„ «       Z
ed
„ «       Zdˆ fd„	Zˆ xZS )ÚAspectratiozlayout.scenezlayout.scene.aspectratio>   ÚxÚyÚzc                 ó   — | d   S )z¯
        The 'x' property is a number and may be specified as:
          - An int or float in the interval [0, inf]

        Returns
        -------
        int|float
        r   © ©Úselfs    úi/var/www/skyplay_api_hub/venv/lib/python3.12/site-packages/plotly/graph_objs/layout/scene/_aspectratio.pyr   zAspectratio.x   ó   € ð �C‰yÐó    c                 ó   — || d<   y )Nr   r
   ©r   Úvals     r   r   zAspectratio.x   ó   € àˆˆSŠ	r   c                 ó   — | d   S )z¯
        The 'y' property is a number and may be specified as:
          - An int or float in the interval [0, inf]

        Returns
        -------
        int|float
        r   r
   r   s    r   r   zAspectratio.y!   r   r   c                 ó   — || d<   y )Nr   r
   r   s     r   r   zAspectratio.y-   r   r   c                 ó   — | d   S )z¯
        The 'z' property is a number and may be specified as:
          - An int or float in the interval [0, inf]

        Returns
        -------
        int|float
        r   r
   r   s    r   r   zAspectratio.z3   r   r   c                 ó   — || d<   y )Nr   r
   r   s     r   r   zAspectratio.z?   r   r   c                  ó   — y)Nz)        x

        y

        z

        r
   r   s    r   Ú_prop_descriptionszAspectratio._prop_descriptionsE   s   € ðr   c           	      ó`  •— t         t        | �  d«       d|v r|d   | _        y|€i }nXt	        || j
                  «      r|j                  «       }n1t	        |t        «      rt        j                  |«      }nt        d«      ‚|j                  dd«      | _        |j                  dd«      | _        |j                  d	d«      }|�|n|}|�|| d	<   |j                  d
d«      }|�|n|}|�|| d
<   |j                  dd«      }|�|n|}|�|| d<    | j                  di t        |fi |¤Ž¤Ž d| _        y)aˆ  
        Construct a new Aspectratio object

        Sets this scene's axis aspectratio.

        Parameters
        ----------
        arg
            dict of properties compatible with this constructor or
            an instance of
            :class:`plotly.graph_objs.layout.scene.Aspectratio`
        x

        y

        z


        Returns
        -------
        Aspectratio
        ÚaspectratioÚ_parentNz¥The first argument to the plotly.graph_objs.layout.scene.Aspectratio
constructor must be a dict or
an instance of :class:`plotly.graph_objs.layout.scene.Aspectratio`Úskip_invalidFÚ	_validateTr   r   r   r
   )Úsuperr   Ú__init__r   Ú
isinstanceÚ	__class__Úto_plotly_jsonÚdictÚ_copyÚcopyÚ
ValueErrorÚpopÚ_skip_invalidr   Ú_process_kwargs)r   Úargr   r   r   ÚkwargsÚ_vr"   s          €r   r    zAspectratio.__init__P   sJ  ø€ ô. 	Œk˜4Ñ)¨-Ô8à˜ÑØ! )Ñ,ˆDŒLØð ˆ;Ø‰CÜ˜˜TŸ^™^Ô,Ø×$Ñ$Ó&‰CÜ˜œTÔ"Ü—*‘*˜S“/‰CäðFóð ð $ŸZ™Z¨¸Ó>ˆÔØŸ™ K°Ó6ˆŒð �W‰W�S˜$ÓˆØ�-‰Q RˆØˆ>ØˆD�‰IØ�W‰W�S˜$ÓˆØ�-‰Q RˆØˆ>ØˆD�‰IØ�W‰W�S˜$ÓˆØ�-‰Q RˆØˆ>ØˆD�‰Ið 	ˆ×ÑÑ3œt CÑ2¨6Ñ2Ò3ð #ˆÕr   )NNNN)Ú__name__Ú
__module__Ú__qualname__Ú_parent_path_strÚ	_path_strÚ_valid_propsÚpropertyr   Úsetterr   r   r   r    Ú__classcell__)r"   s   @r   r   r      s¹   ø„ ð &ÐØ*€IÚ"€Lð ñ	ó ð	ð ‡X�Xñó ðð
 ñ	ó ð	ð ‡X�Xñó ðð
 ñ	ó ð	ð ‡X�Xñó ðð
 ñó ð÷G#ñ G#r   r   )Úplotly.basedatatypesr   Ú_BaseLayoutHierarchyTyper&   r%   r   r
   r   r   ú<module>r9      s   ðÝ TÛ ôR#Ð*õ R#r   