|
From: Robert K. <rob...@gm...> - 2006-02-21 01:38:27
|
Alan G Isaac wrote: > On Mon, 20 Feb 2006, Robert Kern apparently wrote: > >> length = numpy.multiply.reduce(x.shape) > > Can this be different from x.size? No, it's just that old habits die hard. I knew there was a clean way to get that information, I just didn't remember it or bother myself to look for it. -- Robert Kern rob...@gm... "In the fields of hell where the grass grows high Are the graves of dreams allowed to die." -- Richard Harter |