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

Method __array_finalize__

numpy/lib/tests/test_stride_tricks.py:531–532  ·  view source on GitHub ↗
(self, obj)

Source from the content-addressed store, hash-verified

529 return self
530
531 def __array_finalize__(self, obj):
532 self.info = getattr(obj, 'info', '') + ' finalized'
533
534
535def test_subclasses():

Callers 1

_maybe_view_as_subclassFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected