(self)
| 90 | carray[...] = object |
| 91 | |
| 92 | def _get_shape(self): |
| 93 | if self.shape is not None: |
| 94 | shape = self.shape |
| 95 | else: |
| 96 | shape = np.asarray(self.obj).shape |
| 97 | |
| 98 | return shape |
| 99 | |
| 100 | def test00_attributes(self): |
| 101 | if self.reopen: |
no outgoing calls
no test coverage detected