numpy.get_printoptions

原文:https://docs.scipy.org/doc/numpy/reference/generated/numpy.get_printoptions.html

译者:飞龙 UsyiyiCN

校对:(虚位以待)

numpy.get_printoptions()[source]

返回当前打印选项。

返回:

print_opts:dict

当前打印选项的字典与键

  • precision:int
  • threshold:int
  • edgeitems:int
  • linewidth:int
  • suppress:bool
  • 纳斯特
  • infstr:str
  • formatter:dict of callables

有关这些选项的完整说明,请参阅set_printoptions