
    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 )ContourValidatorc           
      v    t        t        | 
  d|||j                  dd      |j                  dd      d| y )Ndata_class_strContour	data_docsz
            color
                Sets the color of the contour lines.
            show
                Sets whether or not dynamic contours are shown
                on hover
            width
                Sets the width of the contour lines.
)plotly_nameparent_namer   r    )superr   __init__pop)selfr	   r
   kwargs	__class__s       ^/var/www/dash_apps/app1/venv/lib/python3.12/site-packages/plotly/validators/mesh3d/_contour.pyr   zContourValidator.__init__   sK    . 	
##!::&6	Bjj		
  !	
    )contourmesh3d)__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     #
}33EE 
r   