B
    fËJd»  ã               @   s    d dl ZG dd„ dejjƒZdS )é    Nc                   s   e Zd Zd‡ fdd„	Z‡  ZS )ÚStreamValidatorÚstreamÚconec          	      s4   t t| ƒjf ||| dd¡| dd¡dœ|—Ž d S )NÚdata_class_strZ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__© úP/var/www/html/venv/lib/python3.7/site-packages/plotly/validators/cone/_stream.pyr
      s    
zStreamValidator.__init__)r   r   )Ú__name__Ú
__module__Ú__qualname__r
   Ú__classcell__r   r   )r   r   r      s   r   )Z_plotly_utils.basevalidatorsZ_plotly_utilsZbasevalidatorsZCompoundValidatorr   r   r   r   r   Ú<module>   s   