(self)
| 23 | self.data.resize(self.shape) |
| 24 | |
| 25 | def teardown_method(self): |
| 26 | self.tmpfp.close() |
| 27 | self.data = None |
| 28 | if IS_PYPY: |
| 29 | break_cycles() |
| 30 | break_cycles() |
| 31 | |
| 32 | def test_roundtrip(self): |
| 33 | # Write data to file |
nothing calls this directly
no test coverage detected