[Numpy-discussion] A context manager for print options

Neil Girdhar mistersheik at gmail.com
Sun Oct 27 05:01:47 EDT 2013


Why not replace get_printoptions/set_printoptions with a context manager
accessed using numpy.printoptions in the same way that numpy.errstate
exposes a context manager to seterr/geterr?  This would make the set method
redundant.

Also, the context manager returned by numpy.errstate, numpy.printoptions,
etc. could expose the dictionary directly.  This would make the get methods
redundant.

Best,

Neil
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/numpy-discussion/attachments/20131027/cc309fb7/attachment.html>


More information about the NumPy-Discussion mailing list