From: Albert S. <fu...@gm...> - 2006-09-15 09:51:37
|
> -----Original Message----- > From: num...@li... [mailto:numpy- > dis...@li...] On Behalf Of Sebastian Haase > Sent: 15 September 2006 03:21 > To: numpy-discussion > Subject: [Numpy-discussion] how to get info about internals of an > arrayobject ? > > Hi, > what I'm asking is if numpy has an equivalent to numarray's info() > function: > <snip> > This was always helpful to me when debugging C binding code. > > Especially I'm asking if there is any way to get the memory address of an > array - for debugging purposes only - of course ;-) numpy.array([]).__array_interface__['data'][0] Cheers, Albert |