This is documentation for an old release of NumPy (version 1.3.). Read this page Search for this page in the documentation of the latest stable release (version > 1.17).
Return the current print options.
print_opts : dict
Dictionary of current print options with keys precision : int threshold : int edgeitems : int linewidth : int suppress : bool nanstr : string infstr : string
Dictionary of current print options with keys
precision : int threshold : int edgeitems : int linewidth : int suppress : bool nanstr : string infstr : string
See also
numpy.set_printoptions
numpy.set_string_function