
    [6g                     >    d dl Z G d dej        j                  ZdS )    Nc                         e Zd Zd fd	Z xZS )FramesValidatorframes c           
           t          t          |           j        d|||                    dd          |                    dd          d| d S )Ndata_class_strFrame	data_docsa  
            baseframe
                The name of the frame into which this frame's
                properties are merged before applying. This is
                used to unify properties and avoid needing to
                specify the same values for the same properties
                in multiple frames.
            data
                A list of traces this frame modifies. The
                format is identical to the normal trace
                definition.
            group
                An identifier that specifies the group to which
                the frame belongs, used by animate to select a
                subset of frames.
            layout
                Layout properties which this frame modifies.
                The format is identical to the normal layout
                definition.
            name
                A label by which to identify the frame
            traces
                A list of trace indices that identify the
                respective traces in the data attribute
)plotly_nameparent_namer   r
    )superr   __init__pop)selfr   r   kwargs	__class__s       X/var/www/surfInsights/venv3-11/lib/python3.11/site-packages/plotly/validators/_frames.pyr   zFramesValidator.__init__   su    -ot$$- !	
##!::&6@@jj 	!	
 !	
@ A!	
 !	
 !	
 !	
 !	
    )r   r   )__name__
__module____qualname__r   __classcell__)r   s   @r   r   r      s=        "
 "
 "
 "
 "
 "
 "
 "
 "
 "
r   r   )_plotly_utils.basevalidators_plotly_utilsbasevalidatorsCompoundArrayValidatorr   r   r   r   <module>r      sK    # # # ##
 #
 #
 #
 #
m2I #
 #
 #
 #
 #
r   