
    6Dh1                     .    S SK Jr  S SKr " S S\5      rg)    )BaseLayoutHierarchyTypeNc                     ^  \ rS rSrSrSr1 Skr\S 5       r\R                  S 5       r\S 5       r
\
R                  S 5       r
\S	 5       r\R                  S
 5       r\S 5       r\R                  S 5       r\S 5       r\R                  S 5       r\S 5       r\R                  S 5       r\S 5       r\R                  S 5       r\S 5       r\R                  S 5       r\S 5       r         SU 4S jjrSrU =r$ )Button   zlayout.updatemenuzlayout.updatemenu.button>   argsnameargs2labelmethodexecutevisibletemplateitemnamec                     U S   $ )a  
    Sets the arguments values to be passed to the Plotly method set
    in `method` on click.

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

    * a list or tuple of up to 3 elements where:
(0) The 'args[0]' property accepts values of any type
(1) The 'args[1]' property accepts values of any type
(2) The 'args[2]' property accepts values of any type

    Returns
    -------
    list
r    selfs    ]/var/www/html/env/lib/python3.13/site-packages/plotly/graph_objs/layout/updatemenu/_button.pyr   Button.args   s    " F|    c                     XS'   g )Nr   r   r   vals     r   r   r   *   	    Vr   c                     U S   $ )a  
    Sets a 2nd set of `args`, these arguments values are passed to
    the Plotly method set in `method` when clicking this button
    while in the active state. Use this to create toggle buttons.

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

    * a list or tuple of up to 3 elements where:
(0) The 'args2[0]' property accepts values of any type
(1) The 'args2[1]' property accepts values of any type
(2) The 'args2[2]' property accepts values of any type

    Returns
    -------
    list
r	   r   r   s    r   r	   Button.args2.   s    $ G}r   c                     XS'   g )Nr	   r   r   s     r   r	   r   B   	    Wr   c                     U S   $ )a  
When true, the API method is executed. When false, all other
behaviors are the same and command execution is skipped. This
may be useful when hooking into, for example, the
`plotly_buttonclicked` method and executing the API command
manually without losing the benefit of the updatemenu
automatically binding to the state of the plot through the
specification of `method` and `args`.

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

Returns
-------
bool
r   r   r   s    r   r   Button.executeF   s    $ Ir   c                     XS'   g )Nr   r   r   s     r   r   r   Z   	    Yr   c                     U S   $ )z
Sets the text label to appear on the button.

The 'label' property is a string and must be specified as:
  - A string
  - A number that will be converted to a string

Returns
-------
str
r
   r   r   s    r   r
   Button.label^   s     G}r   c                     XS'   g )Nr
   r   r   s     r   r
   r#   m   r   r   c                     U S   $ )a  
Sets the Plotly method to be called on click. If the `skip`
method is used, the API updatemenu will function as normal but
will perform no API calls and will not bind automatically to
state updates. This may be used to create a component interface
and attach to updatemenu events manually via JavaScript.

The 'method' property is an enumeration that may be specified as:
  - One of the following enumeration values:
        ['restyle', 'relayout', 'animate', 'update', 'skip']

Returns
-------
Any
r   r   r   s    r   r   Button.methodq   s    " H~r   c                     XS'   g )Nr   r   r   s     r   r   r&      s	    Xr   c                     U S   $ )a  
When used in a template, named items are created in the output
figure in addition to any items the figure already has in this
array. You can modify these items in the output figure by
making your own item with `templateitemname` matching this
`name` alongside your modifications (including `visible: false`
or `enabled: false` to hide it). Has no effect outside of a
template.

The 'name' property is a string and must be specified as:
  - A string
  - A number that will be converted to a string

Returns
-------
str
r   r   r   s    r   r   Button.name   s    & F|r   c                     XS'   g )Nr   r   r   s     r   r   r)      r   r   c                     U S   $ )aa  
Used to refer to a named item in this array in the template.
Named items from the template will be created even without a
matching item in the input figure, but you can modify one by
making an item with `templateitemname` matching its `name`,
alongside your modifications (including `visible: false` or
`enabled: false` to hide it). If there is no template or no
matching item, this item will be hidden unless you explicitly
show it with `visible: true`.

The 'templateitemname' property is a string and must be specified as:
  - A string
  - A number that will be converted to a string

Returns
-------
str
r   r   r   s    r   r   Button.templateitemname   s    ( &''r   c                     XS'   g )Nr   r   r   s     r   r   r,      s    #& r   c                     U S   $ )z
Determines whether or not this button is visible.

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

Returns
-------
bool
r   r   r   s    r   r   Button.visible   s     Ir   c                     XS'   g )Nr   r   r   s     r   r   r/      r!   r   c                     g)Na	          args
            Sets the arguments values to be passed to the Plotly
            method set in `method` on click.
        args2
            Sets a 2nd set of `args`, these arguments values are
            passed to the Plotly method set in `method` when
            clicking this button while in the active state. Use
            this to create toggle buttons.
        execute
            When true, the API method is executed. When false, all
            other behaviors are the same and command execution is
            skipped. This may be useful when hooking into, for
            example, the `plotly_buttonclicked` method and
            executing the API command manually without losing the
            benefit of the updatemenu automatically binding to the
            state of the plot through the specification of `method`
            and `args`.
        label
            Sets the text label to appear on the button.
        method
            Sets the Plotly method to be called on click. If the
            `skip` method is used, the API updatemenu will function
            as normal but will perform no API calls and will not
            bind automatically to state updates. This may be used
            to create a component interface and attach to
            updatemenu events manually via JavaScript.
        name
            When used in a template, named items are created in the
            output figure in addition to any items the figure
            already has in this array. You can modify these items
            in the output figure by making your own item with
            `templateitemname` matching this `name` alongside your
            modifications (including `visible: false` or `enabled:
            false` to hide it). Has no effect outside of a
            template.
        templateitemname
            Used to refer to a named item in this array in the
            template. Named items from the template will be created
            even without a matching item in the input figure, but
            you can modify one by making an item with
            `templateitemname` matching its `name`, alongside your
            modifications (including `visible: false` or `enabled:
            false` to hide it). If there is no template or no
            matching item, this item will be hidden unless you
            explicitly show it with `visible: true`.
        visible
            Determines whether or not this button is visible.
        r   r   s    r   _prop_descriptionsButton._prop_descriptions   s    0r   c
           	        > [         TU ]  S5        SU
;   a  U
S   U l        gUc  0 nOb[        XR                  5      (       a  UR                  5       nO7[        U[        5      (       a  [        R                  " U5      nO[        S5      eU
R                  SS5      U l        U
R                  SS5      U l        U R                  S	X5        U R                  S
X5        U R                  SX5        U R                  SX5        U R                  SX5        U R                  SX5        U R                  SX5        U R                  SX5        U R                  " S0 [        U40 U
D6D6  SU l        g)a	  
Construct a new Button object

Parameters
----------
arg
    dict of properties compatible with this constructor or
    an instance of
    :class:`plotly.graph_objs.layout.updatemenu.Button`
args
    Sets the arguments values to be passed to the Plotly
    method set in `method` on click.
args2
    Sets a 2nd set of `args`, these arguments values are
    passed to the Plotly method set in `method` when
    clicking this button while in the active state. Use
    this to create toggle buttons.
execute
    When true, the API method is executed. When false, all
    other behaviors are the same and command execution is
    skipped. This may be useful when hooking into, for
    example, the `plotly_buttonclicked` method and
    executing the API command manually without losing the
    benefit of the updatemenu automatically binding to the
    state of the plot through the specification of `method`
    and `args`.
label
    Sets the text label to appear on the button.
method
    Sets the Plotly method to be called on click. If the
    `skip` method is used, the API updatemenu will function
    as normal but will perform no API calls and will not
    bind automatically to state updates. This may be used
    to create a component interface and attach to
    updatemenu events manually via JavaScript.
name
    When used in a template, named items are created in the
    output figure in addition to any items the figure
    already has in this array. You can modify these items
    in the output figure by making your own item with
    `templateitemname` matching this `name` alongside your
    modifications (including `visible: false` or `enabled:
    false` to hide it). Has no effect outside of a
    template.
templateitemname
    Used to refer to a named item in this array in the
    template. Named items from the template will be created
    even without a matching item in the input figure, but
    you can modify one by making an item with
    `templateitemname` matching its `name`, alongside your
    modifications (including `visible: false` or `enabled:
    false` to hide it). If there is no template or no
    matching item, this item will be hidden unless you
    explicitly show it with `visible: true`.
visible
    Determines whether or not this button is visible.

Returns
-------
Button
buttons_parentNzThe first argument to the plotly.graph_objs.layout.updatemenu.Button
constructor must be a dict or
an instance of :class:`plotly.graph_objs.layout.updatemenu.Button`skip_invalidF	_validateTr   r	   r   r
   r   r   r   r   r   )super__init__r6   
isinstance	__class__to_plotly_jsondict_copycopy
ValueErrorpop_skip_invalidr8   _set_property_process_kwargs)r   argr   r	   r   r
   r   r   r   r   kwargsr<   s              r   r:   Button.__init__  sI   T 	#!),DL;C^^,,$$&CT""**S/CF  $ZZ>K663-7C/9c37C/8S163--sE9c33tC2623"r   )r6   rC   r8   )	NNNNNNNNN)__name__
__module____qualname____firstlineno___parent_path_str	_path_str_valid_propspropertyr   setterr	   r   r
   r   r   r   r   r2   r:   __static_attributes____classcell__)r<   s   @r   r   r      s   **I	L  $ 
[[   & \\   & ^^    \\   $ ]]   ( 
[[  ( (* ' '   ^^  1 1j i# i#r   r   )plotly.basedatatypesr   _BaseLayoutHierarchyTyper@   r?   r   r   r   r   <module>rV      s    U b#% b#r   