B
    gJd                 @   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 )BoundsValidatorboundslayout.mapboxc          	      s4   t t| jf |||dd|ddd| d S )Ndata_class_strZBounds	data_docsa  
            east
                Sets the maximum longitude of the map (in
                degrees East) if `west`, `south` and `north`
                are declared.
            north
                Sets the maximum latitude of the map (in
                degrees North) if `east`, `west` and `south`
                are declared.
            south
                Sets the minimum latitude of the map (in
                degrees North) if `east`, `west` and `north`
                are declared.
            west
                Sets the minimum longitude of the map (in
                degrees East) if `east`, `south` and `north`
                are declared.
)plotly_nameparent_namer   r   )superr   __init__pop)selfr   r   kwargs)	__class__ Y/var/www/html/venv/lib/python3.7/site-packages/plotly/validators/layout/mapbox/_bounds.pyr
      s    
zBoundsValidator.__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   