Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
ediff1d
Function · 0.45
apply_along_axis
Function · 0.45
do
Method · 0.45
Calls
no outgoing calls
Tested by
1
do
Method · 0.36