
    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 )QuartilemethodValidatorc                 z    t        t        | 
  d|||j                  dd      |j                  dg d      d| y )N	edit_typecalcvalues)linear	exclusive	inclusive)plotly_nameparent_namer   r    )superr   __init__pop)selfr   r   kwargs	__class__s       b/var/www/dash_apps/app1/venv/lib/python3.12/site-packages/plotly/validators/box/_quartilemethod.pyr   z QuartilemethodValidator.__init__   sE    %t5 	
##jjf5::h(LM		

 	
    )quartilemethodbox)__name__
__module____qualname__r   __classcell__)r   s   @r   r   r      s    
 
r   r   )_plotly_utils.basevalidators_plotly_utilsbasevalidatorsEnumeratedValidatorr   r   r   r   <module>r!      s     #
m::NN 
r   