Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/numpy/numpy
/ __array_finalize__
Method
__array_finalize__
numpy/lib/tests/test_stride_tricks.py:546–547 ·
view source on GitHub ↗
(self, obj)
Source
from the content-addressed store, hash-verified
544
return
self
545
546
def
__array_finalize__(self, obj):
547
self.info = getattr(obj,
'info'
,
''
) +
' finalized'
548
549
550
def
test_subclasses():
Callers
1
_maybe_view_as_subclass
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected