(self, b, **kwargs)
| 1675 | assert batch.to_pydict() == expected_batch |
| 1676 | |
| 1677 | def read_bytes(self, b, **kwargs): |
| 1678 | return self.open_bytes(b, **kwargs).read_all() |
| 1679 | |
| 1680 | def test_file_object(self): |
| 1681 | data = b"a,b\n1,2\n3,4\n" |
nothing calls this directly
no test coverage detected