numpy.get_printoptions
-
numpy.get_printoptions()[source] -
Возвращает текущие параметры вывода.
Возвращает: print_opts : dict
Словарь текущих параметров вывода с ключами
- precision : int
- threshold : int
- edgeitems : int
- linewidth : int
- suppress : bool
- nanstr : str
- infstr : str
- formatter : dict вызываемых объектов
Полное описание этих параметров см. в
set_printoptions.См. также
© 2008–2017 NumPy Developers
Licensed under the NumPy License.
https://docs.scipy.org/doc/numpy-1.13.0/reference/generated/numpy.get_printoptions.html