(self, b, **kwargs)
| 1605 | assert batch.to_pydict() == expected_batch |
| 1606 | |
| 1607 | def read_bytes(self, b, **kwargs): |
| 1608 | return self.open_bytes(b, **kwargs).read_all() |
| 1609 | |
| 1610 | def test_file_object(self): |
| 1611 | data = b"a,b\n1,2\n3,4\n" |
nothing calls this directly
no test coverage detected