MCPcopy Index your code
hub / github.com/numpy/numpy / __array_wrap__

Method __array_wrap__

numpy/lib/_user_array_impl.py:271–272  ·  view source on GitHub ↗
(self, *args)

Source from the content-addressed store, hash-verified

269 return self.__class__(a)
270
271 def __array_wrap__(self, *args):
272 return self.__class__(args[0])
273
274 def __setattr__(self, attr, value):
275 if attr == 'array':

Callers 1

doMethod · 0.45

Calls

no outgoing calls

Tested by 1

doMethod · 0.36