(self)
| 79 | self.test_open_template(protocol=1) |
| 80 | |
| 81 | def test_proto2_file_shelf(self): |
| 82 | self.test_open_template(protocol=2) |
| 83 | |
| 84 | def test_pathlib_path_file_shelf(self): |
| 85 | self.test_open_template(filename=os_helper.FakePath(self.fn)) |
nothing calls this directly
no test coverage detected