xorbits.numpy.get_printoptions#

xorbits.numpy.get_printoptions()#

Return the current print options.

Returns

print_opts

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.

Return type

dict

Warning

This method has not been implemented yet. Xorbits will try to execute it with numpy.

This docstring was copied from numpy.