(self)
| 83 | self.test_open_template(protocol=2) |
| 84 | |
| 85 | def test_pathlib_path_file_shelf(self): |
| 86 | self.test_open_template(filename=os_helper.FakePath(self.fn)) |
| 87 | |
| 88 | def test_bytes_path_file_shelf(self): |
| 89 | self.test_open_template(filename=os.fsencode(self.fn)) |
nothing calls this directly
no test coverage detected