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

Method __array_wrap__

numpy/lib/user_array.py:248–249  ·  view source on GitHub ↗
(self, *args)

Source from the content-addressed store, hash-verified

246 return self.__class__(a)
247
248 def __array_wrap__(self, *args):
249 return self.__class__(args[0])
250
251 def __setattr__(self, attr, value):
252 if attr == 'array':

Callers 3

ediff1dFunction · 0.45
apply_along_axisFunction · 0.45
doMethod · 0.45

Calls

no outgoing calls

Tested by 1

doMethod · 0.36