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

Function _reconstruct

numpy/core/_internal.py:140–141  ·  view source on GitHub ↗
(subtype, shape, dtype)

Source from the content-addressed store, hash-verified

138# so don't remove the name here, or you'll
139# break backward compatibility.
140def _reconstruct(subtype, shape, dtype):
141 return ndarray.__new__(subtype, shape, dtype)
142
143
144# format_re was originally from numarray by J. Todd Miller

Callers

nothing calls this directly

Calls 1

__new__Method · 0.45

Tested by

no test coverage detected