python_utils.printarr ===================== Back to :doc:`Module page <../modules/python_utils>` Summary ------- wrapper for np.array2string printing Signature --------- .. code-block:: python def printarr(arr, prec = 4, pre = '', post = '', sep = ' ', form = 'f') .. list-table:: Input variables :header-rows: 1 * - Name - Type - Default - Description * - ``arr`` - - - - - - * - ``prec`` - - - 4 - - * - ``pre`` - - - '' - - * - ``post`` - - - '' - - * - ``sep`` - - - ' ' - - * - ``form`` - - - 'f' - - Output variables ---------------- .. list-table:: :header-rows: 1 * - Return annotation - Docstring type - Description * - ``None`` - - - - Docstring --------- .. code-block:: text wrapper for np.array2string printing