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 : str infstr : str For a full description of these options, see set_printoptions.
Dictionary of current print options with keys
precision : int threshold : int edgeitems : int linewidth : int suppress : bool nanstr : str infstr : str
For a full description of these options, see set_printoptions.
See also
set_printoptions, set_string_function
numpy.set_printoptions
numpy.set_string_function
Enter search terms or a module, class or function name.