utils.m1_m2_mt ============== Back to :doc:`Module page <../modules/utils>` Summary ------- complete m1, m2, mt or check consistency if all given --> return m1, m2, mt Signature --------- .. code-block:: python def m1_m2_mt(m1 = None, m2 = None, mt = None) .. list-table:: Input variables :header-rows: 1 * - Name - Type - Default - Description * - ``m1`` - - - None - - * - ``m2`` - - - None - - * - ``mt`` - - - None - - Output variables ---------------- .. list-table:: :header-rows: 1 * - Return annotation - Docstring type - Description * - ``None`` - - - - Docstring --------- .. code-block:: text complete m1, m2, mt or check consistency if all given --> return m1, m2, mt