MV2

asarray(data, typecode=None, dtype=None) is equivalent to array(data, dtype=None, copy=0)[source]

Assarray

Returns
data if dtype is None or data is a MaskedArray of the same dtype.
typecode arg is for backward compatibility.