Ë
    {�hD  ã                   ó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 )ÚDomainValidatorc           
      óv   •— t        t        | �
  d|||j                  dd«      |j                  dd«      dœ|¤Ž y )NÚdata_class_strÚDomainÚ	data_docsaC  
            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.
)Úplotly_nameÚparent_namer   r   © )Úsuperr   Ú__init__Úpop)Úselfr	   r
   ÚkwargsÚ	__class__s       €úb/var/www/skyplay_api_hub/venv/lib/python3.12/site-packages/plotly/validators/layout/geo/_domain.pyr   zDomainValidator.__init__   sL   ø€ ÜŒo˜tÑ-ð $	
Ø#Ø#Ø!Ÿ:™:Ð&6¸ÓAØ—j‘jØðóñ	$	
ðF óG$	
ó    )Údomainz
layout.geo)Ú__name__Ú
__module__Ú__qualname__r   Ú__classcell__)r   s   @r   r   r      s   ø„ ÷%
ñ %
r   r   )Ú_plotly_utils.basevalidatorsÚ_plotly_utilsÚbasevalidatorsÚCompoundValidatorr   r   r   r   ú<module>r      s    ðÛ #ô&
�m×2Ñ2×DÑDõ &
r   