Ë
    {�hr  ã                   ó.   — d dl mZ d dlZ G d„ de«      Zy)é    )ÚBaseTraceHierarchyTypeNc                   ó  ‡ — 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 )ÚSurfaceÚ
isosurfacezisosurface.surface>   ÚfillÚshowÚcountÚpatternc                 ó   — | d   S )a£  
        Sets the number of iso-surfaces between minimum and maximum
        iso-values. By default this value is 2 meaning that only
        minimum and maximum surfaces would be drawn.

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

        Returns
        -------
        int
        r	   © ©Úselfs    úc/var/www/skyplay_api_hub/venv/lib/python3.12/site-packages/plotly/graph_objs/isosurface/_surface.pyr	   zSurface.count   s   € ð �G‰}Ðó    c                 ó   — || d<   y )Nr	   r   ©r   Úvals     r   r	   zSurface.count    s   € àˆˆWŠr   c                 ó   — | d   S )a¿  
        Sets the fill ratio of the iso-surface. The default fill value
        of the surface is 1 meaning that they are entirely shaded. On
        the other hand Applying a `fill` ratio less than one would
        allow the creation of openings parallel to the edges.

        The 'fill' property is a number and may be specified as:
          - An int or float in the interval [0, 1]

        Returns
        -------
        int|float
        r   r   r   s    r   r   zSurface.fill&   s   € ð �F‰|Ðr   c                 ó   — || d<   y )Nr   r   r   s     r   r   zSurface.fill7   ó   € àˆˆVŠr   c                 ó   — | d   S )a/  
        Sets the surface pattern of the iso-surface 3-D sections. The
        default pattern of the surface is `all` meaning that the rest
        of surface elements would be shaded. The check options (either
        1 or 2) could be used to draw half of the squares on the
        surface. Using various combinations of capital `A`, `B`, `C`,
        `D` and `E` may also be used to reduce the number of triangles
        on the iso-surfaces and creating other patterns of interest.

        The 'pattern' property is a flaglist and may be specified
        as a string containing:
          - Any combination of ['A', 'B', 'C', 'D', 'E'] joined with '+' characters
            (e.g. 'A+B')
            OR exactly one of ['all', 'odd', 'even'] (e.g. 'even')

        Returns
        -------
        Any
        r
   r   r   s    r   r
   zSurface.pattern=   s   € ð* �I‰Ðr   c                 ó   — || d<   y )Nr
   r   r   s     r   r
   zSurface.patternT   s   € àˆˆYŠr   c                 ó   — | d   S )zØ
        Hides/displays surfaces between minimum and maximum iso-values.

        The 'show' property must be specified as a bool
        (either True, or False)

        Returns
        -------
        bool
        r   r   r   s    r   r   zSurface.showZ   s   € ð �F‰|Ðr   c                 ó   — || d<   y )Nr   r   r   s     r   r   zSurface.showh   r   r   c                  ó   — y)Na¢          count
            Sets the number of iso-surfaces between minimum and
            maximum iso-values. By default this value is 2 meaning
            that only minimum and maximum surfaces would be drawn.
        fill
            Sets the fill ratio of the iso-surface. The default
            fill value of the surface is 1 meaning that they are
            entirely shaded. On the other hand Applying a `fill`
            ratio less than one would allow the creation of
            openings parallel to the edges.
        pattern
            Sets the surface pattern of the iso-surface 3-D
            sections. The default pattern of the surface is `all`
            meaning that the rest of surface elements would be
            shaded. The check options (either 1 or 2) could be used
            to draw half of the squares on the surface. Using
            various combinations of capital `A`, `B`, `C`, `D` and
            `E` may also be used to reduce the number of triangles
            on the iso-surfaces and creating other patterns of
            interest.
        show
            Hides/displays surfaces between minimum and maximum
            iso-values.
        r   r   s    r   Ú_prop_descriptionszSurface._prop_descriptionsn   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 Surface object

        Parameters
        ----------
        arg
            dict of properties compatible with this constructor or
            an instance of
            :class:`plotly.graph_objs.isosurface.Surface`
        count
            Sets the number of iso-surfaces between minimum and
            maximum iso-values. By default this value is 2 meaning
            that only minimum and maximum surfaces would be drawn.
        fill
            Sets the fill ratio of the iso-surface. The default
            fill value of the surface is 1 meaning that they are
            entirely shaded. On the other hand Applying a `fill`
            ratio less than one would allow the creation of
            openings parallel to the edges.
        pattern
            Sets the surface pattern of the iso-surface 3-D
            sections. The default pattern of the surface is `all`
            meaning that the rest of surface elements would be
            shaded. The check options (either 1 or 2) could be used
            to draw half of the squares on the surface. Using
            various combinations of capital `A`, `B`, `C`, `D` and
            `E` may also be used to reduce the number of triangles
            on the iso-surfaces and creating other patterns of
            interest.
        show
            Hides/displays surfaces between minimum and maximum
            iso-values.

        Returns
        -------
        Surface
        ÚsurfaceÚ_parentNz™The first argument to the plotly.graph_objs.isosurface.Surface
constructor must be a dict or
an instance of :class:`plotly.graph_objs.isosurface.Surface`Ú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Surface.__init__Š   sx  ø€ ôP 	Œg�tÑ% iÔ0à˜ÑØ! )Ñ,ˆDŒLØð ˆ;Ø‰CÜ˜˜TŸ^™^Ô,Ø×$Ñ$Ó&‰CÜ˜œTÔ"Ü—*‘*˜S“/‰Cäð@óð ð $ŸZ™Z¨¸Ó>ˆÔØŸ™ K°Ó6ˆŒð �W‰W�W˜dÓ#ˆØÐ'‰U¨RˆØˆ>ØˆD�‰MØ�W‰W�V˜TÓ"ˆØÐ%‰T¨2ˆØˆ>ØˆD�‰LØ�W‰W�Y Ó%ˆØÐ+‰W°ˆØˆ>Ø ˆD�‰OØ�W‰W�V˜TÓ"ˆØÐ%‰T¨2ˆØˆ>ØˆD�‰Lð 	ˆ×ÑÑ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Ú7€Lð ñó ðð  ‡\�\ñó ðð
 ñó ðð  
‡[�[ñó ðð
 ñó ðð, ‡^�^ñó ðð
 ñó ðð 
‡[�[ñó ðð
 ñó ðð8 CG÷\#ñ \#r   r   )Úplotly.basedatatypesr   Ú_BaseTraceHierarchyTyper)   r(   r   r   r   r   ú<module>r<      s   ðÝ RÛ ôa#Ð%õ a#r   