Method
__array_wrap__
(self, *args)
Source from the content-addressed store, hash-verified
| 269 | return self.__class__(a) |
| 270 | |
| 271 | def __array_wrap__(self, *args): |
| 272 | return self.__class__(args[0]) |
| 273 | |
| 274 | def __setattr__(self, attr, value): |
| 275 | if attr == 'array': |