MCPcopy Create free account
hub / github.com/numpy/numpy / __init__

Method __init__

numpy/lib/user_array.py:30–31  ·  view source on GitHub ↗
(self, data, dtype=None, copy=True)

Source from the content-addressed store, hash-verified

28
29 """
30 def __init__(self, data, dtype=None, copy=True):
31 self.array = array(data, dtype, copy=copy)
32
33 def __repr__(self):
34 if self.ndim > 0:

Callers

nothing calls this directly

Calls 1

arrayFunction · 0.90

Tested by

no test coverage detected