(self)
| 274 | self.write_read_out_arg(a) |
| 275 | |
| 276 | def test00_char_atom_shape_args(self): |
| 277 | a = self.setup00_char() |
| 278 | self.write_read_atom_shape_args(a) |
| 279 | |
| 280 | def test00b_char(self): |
| 281 | """Data integrity during recovery (string objects)""" |
nothing calls this directly
no test coverage detected