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