MCPcopy Index your code
hub / github.com/numpy/numpy / __array_wrap__

Method __array_wrap__

numpy/ma/core.py:6783–6784  ·  view source on GitHub ↗
(self, obj, context=None, return_scalar=False)

Source from the content-addressed store, hash-verified

6781 MaskedArray.__array_finalize__(self, obj)
6782
6783 def __array_wrap__(self, obj, context=None, return_scalar=False):
6784 return self.view(MaskedArray).__array_wrap__(obj, context)
6785
6786 def __str__(self):
6787 return str(masked_print_option._display)

Callers

nothing calls this directly

Calls 2

__array_wrap__Method · 0.45
viewMethod · 0.45

Tested by

no test coverage detected