(self)
| 394 | self.write_read(b) |
| 395 | |
| 396 | def test01_char_nc_out_arg(self): |
| 397 | b = self.setup01_char_nc() |
| 398 | self.write_read_out_arg(b) |
| 399 | |
| 400 | def test01_char_nc_atom_shape_args(self): |
| 401 | b = self.setup01_char_nc() |
nothing calls this directly
no test coverage detected