[NumPy-Tickets] [NumPy] #1384: C API to get human-readable dtype description from a PyArray_Descr
NumPy Trac
numpy-tickets@scipy....
Fri Jan 29 07:39:10 CST 2010
#1384: C API to get human-readable dtype description from a PyArray_Descr
------------------------+---------------------------------------------------
Reporter: cdavid | Owner: somebody
Type: task | Status: new
Priority: normal | Milestone: 1.5.0
Component: numpy.core | Version:
Keywords: |
------------------------+---------------------------------------------------
Comment(by pv):
Can you call `__repr__` on the object? IIRC, the Descr is also a Python
object, and the repr of dtype implements this conversion.
--
Ticket URL: <http://projects.scipy.org/numpy/ticket/1384#comment:1>
NumPy <http://projects.scipy.org/numpy>
My example project
More information about the NumPy-Tickets
mailing list