Ë
    {�h3  ã                   ó.   — d dl mZ d dlZ G d„ de«      Zy)é    )ÚBaseTraceHierarchyTypeNc                   ó†  ‡ — 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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 )ÚStartsÚ
streamtubezstreamtube.starts>   ÚxÚyÚzÚxsrcÚysrcÚzsrcc                 ó   — | d   S )a  
        Sets the x components of the starting position of the
        streamtubes

        The 'x' property is an array that may be specified as a tuple,
        list, numpy array, or pandas Series

        Returns
        -------
        numpy.ndarray
        r   © ©Úselfs    úb/var/www/skyplay_api_hub/venv/lib/python3.12/site-packages/plotly/graph_objs/streamtube/_starts.pyr   zStarts.x   ó   € ð �C‰yÐó    c                 ó   — || d<   y )Nr   r   ©r   Úvals     r   r   zStarts.x   ó   € àˆˆSŠ	r   c                 ó   — | d   S )zá
        Sets the source reference on Chart Studio Cloud for `x`.

        The 'xsrc' property must be specified as a string or
        as a plotly.grid_objs.Column object

        Returns
        -------
        str
        r
   r   r   s    r   r
   zStarts.xsrc$   ó   € ð �F‰|Ðr   c                 ó   — || d<   y )Nr
   r   r   s     r   r
   zStarts.xsrc2   ó   € àˆˆVŠr   c                 ó   — | d   S )a  
        Sets the y components of the starting position of the
        streamtubes

        The 'y' property is an array that may be specified as a tuple,
        list, numpy array, or pandas Series

        Returns
        -------
        numpy.ndarray
        r   r   r   s    r   r   zStarts.y8   r   r   c                 ó   — || d<   y )Nr   r   r   s     r   r   zStarts.yG   r   r   c                 ó   — | d   S )zá
        Sets the source reference on Chart Studio Cloud for `y`.

        The 'ysrc' property must be specified as a string or
        as a plotly.grid_objs.Column object

        Returns
        -------
        str
        r   r   r   s    r   r   zStarts.ysrcM   r   r   c                 ó   — || d<   y )Nr   r   r   s     r   r   zStarts.ysrc[   r   r   c                 ó   — | d   S )a  
        Sets the z components of the starting position of the
        streamtubes

        The 'z' property is an array that may be specified as a tuple,
        list, numpy array, or pandas Series

        Returns
        -------
        numpy.ndarray
        r	   r   r   s    r   r	   zStarts.za   r   r   c                 ó   — || d<   y )Nr	   r   r   s     r   r	   zStarts.zp   r   r   c                 ó   — | d   S )zá
        Sets the source reference on Chart Studio Cloud for `z`.

        The 'zsrc' property must be specified as a string or
        as a plotly.grid_objs.Column object

        Returns
        -------
        str
        r   r   r   s    r   r   zStarts.zsrcv   r   r   c                 ó   — || d<   y )Nr   r   r   s     r   r   zStarts.zsrc„   r   r   c                  ó   — y)NaN          x
            Sets the x components of the starting position of the
            streamtubes
        xsrc
            Sets the source reference on Chart Studio Cloud for
            `x`.
        y
            Sets the y components of the starting position of the
            streamtubes
        ysrc
            Sets the source reference on Chart Studio Cloud for
            `y`.
        z
            Sets the z components of the starting position of the
            streamtubes
        zsrc
            Sets the source reference on Chart Studio Cloud for
            `z`.
        r   r   s    r   Ú_prop_descriptionszStarts._prop_descriptionsŠ   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d«      }	|�|n|	}	|	�|	| d<   |j                  dd«      }	|�|n|	}	|	�|	| d<   |j                  dd«      }	|�|n|	}	|	�|	| d<    | j                  di t        |fi |¤Ž¤Ž d| _        y)ao  
        Construct a new Starts object

        Parameters
        ----------
        arg
            dict of properties compatible with this constructor or
            an instance of
            :class:`plotly.graph_objs.streamtube.Starts`
        x
            Sets the x components of the starting position of the
            streamtubes
        xsrc
            Sets the source reference on Chart Studio Cloud for
            `x`.
        y
            Sets the y components of the starting position of the
            streamtubes
        ysrc
            Sets the source reference on Chart Studio Cloud for
            `y`.
        z
            Sets the z components of the starting position of the
            streamtubes
        zsrc
            Sets the source reference on Chart Studio Cloud for
            `z`.

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