o
    d                     @   s    d dl ZG dd dejjZdS )    Nc                       s   e Zd Zd fdd	Z  ZS )StartsValidatorstarts
streamtubec              	      s4   t t| jd|||dd|ddd| d S )Ndata_class_strStarts	data_docsa  
            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`.
)plotly_nameparent_namer   r    )superr   __init__pop)selfr   r	   kwargs	__class__r
   i/var/www/html/visualizacion-main/env/lib/python3.10/site-packages/plotly/validators/streamtube/_starts.pyr      s   

zStartsValidator.__init__)r   r   )__name__
__module____qualname__r   __classcell__r
   r
   r   r   r      s    r   )_plotly_utils.basevalidators_plotly_utilsbasevalidatorsCompoundValidatorr   r
   r
   r
   r   <module>   s    