
    ~i                     6    d dl mZ d dlZ G d de          ZdS )    )BaseLayoutHierarchyTypeNc                        e Zd ZdZdZh dZed             Zej        d             Zed             Z	e	j        d             Z	ed             Z
e
j        d	             Z
ed
             Zej        d             Zed             Z	 d fd	Z xZS )Boundszlayout.mapboxzlayout.mapbox.bounds>   eastwestnorthsouthc                     | d         S )a  
        Sets the maximum longitude of the map (in degrees East) if
        `west`, `south` and `north` are declared.

        The 'east' property is a number and may be specified as:
          - An int or float

        Returns
        -------
        int|float
        r    selfs    [/home/jrussi/.local/lib/python3.11/site-packages/plotly/graph_objs/layout/mapbox/_bounds.pyr   zBounds.east        F|    c                     || d<   d S )Nr   r   r   vals     r   r   zBounds.east       Vr   c                     | d         S )a  
        Sets the maximum latitude of the map (in degrees North) if
        `east`, `west` and `south` are declared.

        The 'north' property is a number and may be specified as:
          - An int or float

        Returns
        -------
        int|float
        r   r   r   s    r   r   zBounds.north         G}r   c                     || d<   d S )Nr   r   r   s     r   r   zBounds.north/       Wr   c                     | d         S )a  
        Sets the minimum latitude of the map (in degrees North) if
        `east`, `west` and `north` are declared.

        The 'south' property is a number and may be specified as:
          - An int or float

        Returns
        -------
        int|float
        r	   r   r   s    r   r	   zBounds.south3   r   r   c                     || d<   d S )Nr	   r   r   s     r   r	   zBounds.southB   r   r   c                     | d         S )a  
        Sets the minimum longitude of the map (in degrees East) if
        `east`, `south` and `north` are declared.

        The 'west' property is a number and may be specified as:
          - An int or float

        Returns
        -------
        int|float
        r   r   r   s    r   r   zBounds.westF   r   r   c                     || d<   d S )Nr   r   r   s     r   r   zBounds.westU   r   r   c                     dS )Na0          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.
        r   r   s    r   _prop_descriptionszBounds._prop_descriptionsY   s     r   Nc           	         t                                          d           d|v r|d         | _        dS |i }nct          || j                  r|                                }n9t          |t                    rt          j        |          }nt          d          |
                    dd          | _        |
                    dd          | _        |                     d	||           |                     d
||           |                     d||           |                     d||            | j        di t          |fi | d| _        dS )aT  
        Construct a new Bounds object

        Parameters
        ----------
        arg
            dict of properties compatible with this constructor or
            an instance of
            :class:`plotly.graph_objs.layout.mapbox.Bounds`
        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.

        Returns
        -------
        Bounds
        bounds_parentNzThe first argument to the plotly.graph_objs.layout.mapbox.Bounds
constructor must be a dict or
an instance of :class:`plotly.graph_objs.layout.mapbox.Bounds`skip_invalidF	_validateTr   r   r	   r   r   )super__init__r!   
isinstance	__class__to_plotly_jsondict_copycopy
ValueErrorpop_skip_invalidr#   _set_property_process_kwargs)r   argr   r   r	   r   kwargsr'   s          r   r%   zBounds.__init__j   sn   : 	"""!),DLF;CCT^,, 	C$$&&CCT"" 	C*S//CC B C C C
 $ZZ>>K6663---7C///7C///63---33tC22622333"r   )NNNNN)__name__
__module____qualname___parent_path_str	_path_str_valid_propspropertyr   setterr   r	   r   r   r%   __classcell__)r'   s   @r   r   r      sS       &&I555L  X 
[  [   X \  \   X \  \   X 
[  [   X" AE6# 6# 6# 6# 6# 6# 6# 6# 6# 6#r   r   )plotly.basedatatypesr   _BaseLayoutHierarchyTyper+   r*   r   r   r   r   <module>r>      se    U T T T T T    X# X# X# X# X#% X# X# X# X# X#r   