From: Fernando P. <fp...@co...> - 2003-11-07 22:08:52
|
Tim Hochberg wrote: > Your correct that anArray.copy() provides a deep copy of an array in > both Numeric and numarray. However, you would like to be able to pass > some object to copy.copy or copy.deepcopy and have it provide the > appropriate type of copy whether the given object is an array, list or > something other. Good point. This is a usage case I hadn't thought of, never having needed it myself. And apparently neither had the numarray team ;-) Best, f |