
    g                     J    d dl Z G d dej                  j                        Zy)    Nc                         e Zd Zd fd	Z xZS )StartsValidatorc           
      v    t        t        | 
  d|||j                  dd      |j                  dd      d| y )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__s       a/var/www/dash_apps/app1/venv/lib/python3.12/site-packages/plotly/validators/streamtube/_starts.pyr   zStartsValidator.__init__   sJ    ot- 	
##!::&6Ajj		
6 7	
    )starts
streamtube)__name__
__module____qualname__r   __classcell__)r   s   @r   r   r      s    
 
r   r   )_plotly_utils.basevalidators_plotly_utilsbasevalidatorsCompoundValidatorr   r   r   r   <module>r      s     #
m22DD 
r   