Ë
    {�hd  ã                   ó.   — d dl mZ d dlZ G d„ de«      Zy)é    )Ú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 )ÚDomainz
layout.geozlayout.geo.domain>   ÚxÚyÚrowÚcolumnc                 ó   — | d   S )a	  
        If there is a layout grid, use the domain for this column in
        the grid for this geo subplot . Note that geo subplots are
        constrained by domain. In general, when `projection.scale` is
        set to 1. a map will fit either its x or y domain, but not
        both.

        The 'column' property is a integer and may be specified as:
          - An int (or float that will be cast to an int)
            in the interval [0, 9223372036854775807]

        Returns
        -------
        int
        r	   © ©Úselfs    úb/var/www/skyplay_api_hub/venv/lib/python3.12/site-packages/plotly/graph_objs/layout/geo/_domain.pyr	   zDomain.column   s   € ð" �H‰~Ðó    c                 ó   — || d<   y )Nr	   r   ©r   Úvals     r   r	   zDomain.column"   s   € àˆˆXŠr   c                 ó   — | d   S )a  
        If there is a layout grid, use the domain for this row in the
        grid for this geo subplot . Note that geo subplots are
        constrained by domain. In general, when `projection.scale` is
        set to 1. a map will fit either its x or y domain, but not
        both.

        The 'row' property is a integer and may be specified as:
          - An int (or float that will be cast to an int)
            in the interval [0, 9223372036854775807]

        Returns
        -------
        int
        r   r   r   s    r   r   z
Domain.row(   s   € ð" �E‰{Ðr   c                 ó   — || d<   y )Nr   r   r   s     r   r   z
Domain.row;   s   € àˆˆUŠr   c                 ó   — | d   S )aÅ  
            Sets the horizontal domain of this geo subplot (in plot
            fraction). Note that geo subplots are constrained by domain. In
            general, when `projection.scale` is set to 1. a map will fit
            either its x or y domain, but not both.

            The 'x' property is an info array that may be specified as:

            * a list or tuple of 2 elements where:
        (0) The 'x[0]' property is a number and may be specified as:
              - An int or float in the interval [0, 1]
        (1) The 'x[1]' property is a number and may be specified as:
              - An int or float in the interval [0, 1]

            Returns
            -------
            list
        r   r   r   s    r   r   zDomain.xA   ó   € ð( �C‰yÐr   c                 ó   — || d<   y )Nr   r   r   s     r   r   zDomain.xW   ó   € àˆˆSŠ	r   c                 ó   — | d   S )aÃ  
            Sets the vertical domain of this geo subplot (in plot
            fraction). Note that geo subplots are constrained by domain. In
            general, when `projection.scale` is set to 1. a map will fit
            either its x or y domain, but not both.

            The 'y' property is an info array that may be specified as:

            * a list or tuple of 2 elements where:
        (0) The 'y[0]' property is a number and may be specified as:
              - An int or float in the interval [0, 1]
        (1) The 'y[1]' property is a number and may be specified as:
              - An int or float in the interval [0, 1]

            Returns
            -------
            list
        r   r   r   s    r   r   zDomain.y]   r   r   c                 ó   — || d<   y )Nr   r   r   s     r   r   zDomain.ys   r   r   c                  ó   — y)NaÊ          column
            If there is a layout grid, use the domain for this
            column in the grid for this geo subplot . Note that geo
            subplots are constrained by domain. In general, when
            `projection.scale` is set to 1. a map will fit either
            its x or y domain, but not both.
        row
            If there is a layout grid, use the domain for this row
            in the grid for this geo subplot . Note that geo
            subplots are constrained by domain. In general, when
            `projection.scale` is set to 1. a map will fit either
            its x or y domain, but not both.
        x
            Sets the horizontal domain of this geo subplot (in plot
            fraction). Note that geo subplots are constrained by
            domain. In general, when `projection.scale` is set to
            1. a map will fit either its x or y domain, but not
            both.
        y
            Sets the vertical domain of this geo subplot (in plot
            fraction). Note that geo subplots are constrained by
            domain. In general, when `projection.scale` is set to
            1. a map will fit either its x or y domain, but not
            both.
        r   r   s    r   Ú_prop_descriptionszDomain._prop_descriptionsy   s   € ðr   c           	      óž  •— t         t        | �  d«       d|v r|d   | _        y|€i }nXt	        || j
                  «      r|j                  «       }n1t	        |t        «      rt        j                  |«      }nt        d«      ‚|j                  dd«      | _        |j                  dd«      | _        |j                  d	d«      }|�|n|}|�|| d	<   |j                  d
d«      }|�|n|}|�|| d
<   |j                  dd«      }|�|n|}|�|| d<   |j                  dd«      }|�|n|}|�|| d<    | j                  di t        |fi |¤Ž¤Ž d| _        y)aë  
        Construct a new Domain object

        Parameters
        ----------
        arg
            dict of properties compatible with this constructor or
            an instance of
            :class:`plotly.graph_objs.layout.geo.Domain`
        column
            If there is a layout grid, use the domain for this
            column in the grid for this geo subplot . Note that geo
            subplots are constrained by domain. In general, when
            `projection.scale` is set to 1. a map will fit either
            its x or y domain, but not both.
        row
            If there is a layout grid, use the domain for this row
            in the grid for this geo subplot . Note that geo
            subplots are constrained by domain. In general, when
            `projection.scale` is set to 1. a map will fit either
            its x or y domain, but not both.
        x
            Sets the horizontal domain of this geo subplot (in plot
            fraction). Note that geo subplots are constrained by
            domain. In general, when `projection.scale` is set to
            1. a map will fit either its x or y domain, but not
            both.
        y
            Sets the vertical domain of this geo subplot (in plot
            fraction). Note that geo subplots are constrained by
            domain. In general, when `projection.scale` is set to
            1. a map will fit either its x or y domain, but not
            both.

        Returns
        -------
        Domain
        ÚdomainÚ_parentNz—The first argument to the plotly.graph_objs.layout.geo.Domain
constructor must be a dict or
an instance of :class:`plotly.graph_objs.layout.geo.Domain`Úskip_invalidFÚ	_validateTr	   r   r   r   r   )Úsuperr   Ú__init__r   Ú
isinstanceÚ	__class__Úto_plotly_jsonÚdictÚ_copyÚcopyÚ
ValueErrorÚpopÚ_skip_invalidr!   Ú_process_kwargs)	r   Úargr	   r   r   r   ÚkwargsÚ_vr%   s	           €r   r#   zDomain.__init__–   st  ø€ ôN 	Œf�dÑ$ XÔ.à˜ÑØ! )Ñ,ˆDŒLØð ˆ;Ø‰CÜ˜˜TŸ^™^Ô,Ø×$Ñ$Ó&‰CÜ˜œTÔ"Ü—*‘*˜S“/‰Cäð?óð ð $ŸZ™Z¨¸Ó>ˆÔØŸ™ K°Ó6ˆŒð �W‰W�X˜tÓ$ˆØÐ)‰V¨rˆØˆ>ØˆD�‰NØ�W‰W�U˜DÓ!ˆØ�O‰S¨ˆØˆ>ØˆD�‰KØ�W‰W�S˜$ÓˆØ�-‰Q RˆØˆ>ØˆD�‰IØ�W‰W�S˜$ÓˆØ�-‰Q RˆØˆ>ØˆD�‰Ið 	ˆ×ÑÑ3œt CÑ2¨6Ñ2Ò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      så   ø„ ð $ÐØ#€IÚ.€Lð ñó ðð$ ‡]�]ñó ðð
 ñó ðð$ 	‡Z�Zñó ðð
 ñó ðð* ‡X�Xñó ðð
 ñó ðð* ‡X�Xñó ðð
 ñó ð÷8[#ñ [#r   r   )Úplotly.basedatatypesr   Ú_BaseLayoutHierarchyTyper)   r(   r   r   r   r   ú<module>r<      s   ðÝ TÛ ôl#Ð%õ l#r   