(self)
| 270 | self.write_read(a) |
| 271 | |
| 272 | def test00_char_out_arg(self): |
| 273 | a = self.setup00_char() |
| 274 | self.write_read_out_arg(a) |
| 275 | |
| 276 | def test00_char_atom_shape_args(self): |
| 277 | a = self.setup00_char() |
nothing calls this directly
no test coverage detected