(self, tmp_filename)
| 5586 | dtype='<f4') |
| 5587 | |
| 5588 | def test_string(self, tmp_filename): |
| 5589 | self._check_from(b'1,2,3,4', [1., 2., 3., 4.], tmp_filename, sep=',') |
| 5590 | |
| 5591 | def test_counted_string(self, tmp_filename, decimal_sep_localization): |
| 5592 | self._check_from( |
nothing calls this directly
no test coverage detected