numpy / 1.22.0 / reference / generated / numpy.get_printoptions.html /

numpy.get_printoptions

numpy. get_printoptions ( ) [source]

Return the current print options.

Returns
print_opts dict

Dictionary of current print options with keys

  • precision : int
  • threshold : int
  • edgeitems : int
  • linewidth : int
  • suppress : bool
  • nanstr : str
  • infstr : str
  • formatter : dict of callables
  • sign : str

For a full description of these options, see set_printoptions.

© 2005–2021 NumPy Developers
Licensed under the 3-clause BSD License.
https://numpy.org/doc/1.22/reference/generated/numpy.get_printoptions.html