numpy.get_printoptions¶
-
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
。