utils.index_after_removal ========================= Back to :doc:`Module page <../modules/utils>` Summary ------- No docstring summary available. Signature --------- .. code-block:: python def index_after_removal(lst, target, to_remove = None) .. list-table:: Input variables :header-rows: 1 * - Name - Type - Default - Description * - ``lst`` - - - - - - * - ``target`` - - - - - - * - ``to_remove`` - - - None - - Output variables ---------------- .. list-table:: :header-rows: 1 * - Return annotation - Docstring type - Description * - ``None`` - - - - Docstring --------- No docstring text available.