
    -Ph*                     6    d dl mZ d dlZ G d de          ZdS )    )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d fd	Z xZS )Caps
isosurfacezisosurface.caps>   xyzc                     | d         S )aP  
        The 'x' property is an instance of X
        that may be specified as:
          - An instance of :class:`plotly.graph_objs.isosurface.caps.X`
          - A dict of string/value properties that will be passed
            to the X constructor

        Returns
        -------
        plotly.graph_objs.isosurface.caps.X
        r    selfs    b/var/www/html/test/jupyter/venv/lib/python3.11/site-packages/plotly/graph_objs/isosurface/_caps.pyr   zCaps.x        Cy    c                     || d<   d S )Nr   r   r   vals     r   r   zCaps.x       S			r   c                     | d         S )aP  
        The 'y' property is an instance of Y
        that may be specified as:
          - An instance of :class:`plotly.graph_objs.isosurface.caps.Y`
          - A dict of string/value properties that will be passed
            to the Y constructor

        Returns
        -------
        plotly.graph_objs.isosurface.caps.Y
        r   r   r   s    r   r   zCaps.y!   r   r   c                     || d<   d S )Nr   r   r   s     r   r   zCaps.y0   r   r   c                     | d         S )aP  
        The 'z' property is an instance of Z
        that may be specified as:
          - An instance of :class:`plotly.graph_objs.isosurface.caps.Z`
          - A dict of string/value properties that will be passed
            to the Z constructor

        Returns
        -------
        plotly.graph_objs.isosurface.caps.Z
        r	   r   r   s    r   r	   zCaps.z4   r   r   c                     || d<   d S )Nr	   r   r   s     r   r	   zCaps.zC   r   r   c                     dS )Na          x
            :class:`plotly.graph_objects.isosurface.caps.X`
            instance or dict with compatible properties
        y
            :class:`plotly.graph_objects.isosurface.caps.Y`
            instance or dict with compatible properties
        z
            :class:`plotly.graph_objects.isosurface.caps.Z`
            instance or dict with compatible properties
        r   r   s    r   _prop_descriptionszCaps._prop_descriptionsG   s    
 
r   Nc           	      t   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||            | j        di t          |fi | d| _        dS )a  
        Construct a new Caps object

        Parameters
        ----------
        arg
            dict of properties compatible with this constructor or
            an instance of
            :class:`plotly.graph_objs.isosurface.Caps`
        x
            :class:`plotly.graph_objects.isosurface.caps.X`
            instance or dict with compatible properties
        y
            :class:`plotly.graph_objects.isosurface.caps.Y`
            instance or dict with compatible properties
        z
            :class:`plotly.graph_objects.isosurface.caps.Z`
            instance or dict with compatible properties

        Returns
        -------
        Caps
        caps_parentNzThe first argument to the plotly.graph_objs.isosurface.Caps
constructor must be a dict or
an instance of :class:`plotly.graph_objs.isosurface.Caps`skip_invalidF	_validateTr   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	   kwargsr#   s         r   r!   zCaps.__init__U   sP   0 	   !),DLF;CCT^,, 
	$$&&CCT"" 	*S//CC=   $ZZ>>K663Q'''3Q'''3Q'''33tC22622333"r   )NNNN)__name__
__module____qualname___parent_path_str	_path_str_valid_propspropertyr   setterr   r	   r   r!   __classcell__)r#   s   @r   r   r      s       #!I"??L  X X  X   X X  X   X X  X   X2# 2# 2# 2# 2# 2# 2# 2# 2# 2#r   r   )plotly.basedatatypesr   _BaseTraceHierarchyTyper'   r&   r   r   r   r   <module>r:      se    S R R R R R    # # # # #" # # # # #r   