numpy.ndarray.__array__

原文:https://docs.scipy.org/doc/numpy/reference/generated/numpy.ndarray.__array__.html

译者:飞龙 UsyiyiCN

校对:(虚位以待)

ndarray.__array__(|dtype) → reference if type unchanged, copy otherwise.

如果未指定dtype,则返回对self的新引用,如果dtype与数组的当前dtype不同,则返回提供的数据类型的新数组。