COO.copy

COO.copy(deep=True)[source]

Return a copy of the array.

Parameters

deep (boolean, optional) – If True (default), the internal coords and data arrays are also copied. Set to False to only make a shallow copy.