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

Method __array_finalize__

numpy/matrixlib/tests/test_masked_matrix.py:19–22  ·  view source on GitHub ↗
(self, obj)

Source from the content-addressed store, hash-verified

17 return _data
18
19 def __array_finalize__(self, obj):
20 np.matrix.__array_finalize__(self, obj)
21 MaskedArray.__array_finalize__(self, obj)
22 return
23
24 @property
25 def _series(self):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected