python_utils.check_equal ======================== Back to :doc:`Module page <../modules/python_utils>` Summary ------- recursive x == y that handles ragged mixed-type containers Signature --------- .. code-block:: python def check_equal(a, b) .. list-table:: Input variables :header-rows: 1 * - Name - Type - Default - Description * - ``a`` - - - - - - * - ``b`` - - - - - - Output variables ---------------- .. list-table:: :header-rows: 1 * - Return annotation - Docstring type - Description * - ``None`` - - - - Docstring --------- .. code-block:: text recursive x == y that handles ragged mixed-type containers