reset_ids

reset_ids(panels: list[Panel], inplace: bool = False) list[Panel][source]

Reset ids of a panel.

Parameters
  • panels (list) – List of panels

  • inplace (bool) – Whether to reset ids inplace or not.

Returns

Reset id of panel

Return type

Panel