28 Apr
2007
28 Apr
'07
11:16 a.m.
On 4/27/07, Christopher Barker <Chris.Barker@noaa.gov> wrote:
Is there really no single method to call on an ndarray that asks: "what endian are you"
I know not every two-liner should be made into a convenience method, but this seems like a good candidate to me.
+1 I came across this source of minor confusion and excess code lines when writing the matlab io module for scipy. dtype.isbigendian? Matthew