(self, obj, context=None, return_scalar=False)
| 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) |
nothing calls this directly
no test coverage detected