Every line of 'python numpy array' code snippets is scanned for vulnerabilities by our powerful machine learning engine that combs millions of open source libraries, ensuring your Python code is secure.
184 def __array__(self, dtype=None): 185 return np.asarray(self._ndarray, dtype=dtype)