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

Method __array_wrap__

numpy/ma/core.py:6585–6586  ·  view source on GitHub ↗
(self, obj, context=None)

Source from the content-addressed store, hash-verified

6583 return self.view(MaskedArray).__array_prepare__(obj, context)
6584
6585 def __array_wrap__(self, obj, context=None):
6586 return self.view(MaskedArray).__array_wrap__(obj, context)
6587
6588 def __str__(self):
6589 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