[Numpy-discussion] detecting shared data

Matthew Koichi Grimes mkg at cs.nyu.edu
Wed Apr 11 18:12:16 EDT 2007


Is there any way to detect whether one array is a view into another 
array? I'd like something like:

 >>> arr = N.arange(5)
 >>> subarr = arr[1:3]
 >>> sharesdata(arr, subarr)
True

-- Matt



More information about the NumPy-Discussion mailing list