numpy.ndarray.__copy__#

method

ndarray.__copy__()#

如果在数组上调用 copy.copy ,则使用.返回数组的副本.

等价于 a.copy(order='K') .