diff options
Diffstat (limited to 'numpy/core/arrayprint.py')
-rw-r--r-- | numpy/core/arrayprint.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/numpy/core/arrayprint.py b/numpy/core/arrayprint.py index f6f610f79..e54f4602a 100644 --- a/numpy/core/arrayprint.py +++ b/numpy/core/arrayprint.py @@ -102,6 +102,7 @@ def set_printoptions(precision=None, threshold=None, edgeitems=None, - 'complexfloat' - 'longcomplexfloat' : composed of two 128-bit floats - 'numpystr' : types `numpy.string_` and `numpy.unicode_` + - 'object' : `np.object_` arrays - 'str' : all other strings Other keys that can be used to set a group of types at once are:: |