coincidence_HM.pick_lists ========================= Back to :doc:`Module page <../modules/coincidence_HM>` Summary ------- Returns elements from list1 whose corresponding elements in list2 aren't empty Signature --------- .. code-block:: python def pick_lists(list1, list2) .. list-table:: Input variables :header-rows: 1 * - Name - Type - Default - Description * - ``list1`` - - - - - - * - ``list2`` - - - - - - Output variables ---------------- .. list-table:: :header-rows: 1 * - Return annotation - Docstring type - Description * - ``None`` - - - - Docstring --------- .. code-block:: text Returns elements from list1 whose corresponding elements in list2 aren't empty