(self)
| 77 | self.test_open_template(protocol=0) |
| 78 | |
| 79 | def test_binary_file_shelf(self): |
| 80 | self.test_open_template(protocol=1) |
| 81 | |
| 82 | def test_proto2_file_shelf(self): |
| 83 | self.test_open_template(protocol=2) |
nothing calls this directly
no test coverage detected