[Numpy-discussion] how to get info about internals of an array object ?

Travis Oliphant oliphant.travis at ieee.org
Fri Sep 15 13:00:14 EDT 2006


Sebastian Haase wrote:
> Hi,
> what I'm asking is if numpy has an equivalent to numarray's info() function:
>   
>>>> na.arange(10).info()
>>>>         
numpy.numarray.info(numpy.arange(10))

(get recent SVN as there were some bugs just fixed.

-Travis






More information about the NumPy-Discussion mailing list