
    Pcg                     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 )StreamValidatorc           
      v    t        t        | 
  d|||j                  dd      |j                  dd      d| y )Ndata_class_strStream	data_docsa  
            maxpoints
                Sets the maximum number of points to keep on
                the plots from an incoming stream. If
                `maxpoints` is set to 50, only the newest 50
                points will be displayed on the plot.
            token
                The stream id number links a data trace on a
                plot with a stream. See https://chart-
                studio.plotly.com/settings for more details.
)plotly_nameparent_namer   r    )superr   __init__pop)selfr	   r
   kwargs	__class__s       g/var/www/html/bid-api/venv/lib/python3.12/site-packages/plotly/validators/histogram2dcontour/_stream.pyr   zStreamValidator.__init__   sL     	ot- 	
##!::&6Ajj
		
$ %	
    )streamhistogram2dcontour)__name__
__module____qualname__r   __classcell__)r   s   @r   r   r      s    0D
 
r   r   )_plotly_utils.basevalidators_plotly_utilsbasevalidatorsCompoundValidatorr   r   r   r   <module>r      s     #
m22DD 
r   