numpy.get_printoptions
- numpy.get_printoptions()[source]
-
Возвращает текущие параметры вывода.
- Returns
-
- print_optsdict
-
Словарь текущих параметров вывода с ключами
- precision : int
- threshold : int
- edgeitems : int
- linewidth : int
- suppress : bool
- nanstr : str
- infstr : str
- formatter : dict of callables
- sign : str
Полное описание этих параметров см. в
set_printoptions.
См. также
© 2005–2022 NumPy Developers
Licensed under the 3-clause BSD License.
https://numpy.org/doc/1.21/reference/generated/numpy.get_printoptions.html