[NumPy-Tickets] [NumPy] #1390: dtype.itemsize not working correctly
NumPy Trac
numpy-tickets@scipy....
Sun Feb 7 22:28:01 CST 2010
#1390: dtype.itemsize not working correctly
------------------------+---------------------------------------------------
Reporter: robitaille | Owner: somebody
Type: defect | Status: new
Priority: normal | Milestone:
Component: numpy.core | Version: devel
Keywords: |
------------------------+---------------------------------------------------
Comment(by charris):
Works for scalar instances also. I think it isn't available for the class
object, only for instances. So probably not a bug.
{{{
In [6]: float32(1).itemsize
Out[6]: 4
}}}
--
Ticket URL: <http://projects.scipy.org/numpy/ticket/1390#comment:3>
NumPy <http://projects.scipy.org/numpy>
My example project
More information about the NumPy-Tickets
mailing list