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

For a full description of these options, see set_printoptions.

doc_NumPy
2017-01-10 18:14:17
Comments
Leave a Comment

Please login to continue.