
    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 )SmithValidatorc           
      v    t        t        | 
  d|||j                  dd      |j                  dd      d| y )Ndata_class_strSmith	data_docsa5  
            bgcolor
                Set the background color of the subplot
            domain
                :class:`plotly.graph_objects.layout.smith.Domai
                n` instance or dict with compatible properties
            imaginaryaxis
                :class:`plotly.graph_objects.layout.smith.Imagi
                naryaxis` instance or dict with compatible
                properties
            realaxis
                :class:`plotly.graph_objects.layout.smith.Reala
                xis` instance or dict with compatible
                properties
)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/layout/_smith.pyr   zSmithValidator.__init__   sJ    nd, 	
##!::&6@jj		
, -	
    )smithlayout)__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     #
]11CC 
r   