(self)
| 7269 | self.check_usage(f'{py} {dirname}', dirname) |
| 7270 | |
| 7271 | def test_directory_in_zipfile_compiled(self): |
| 7272 | self.test_directory_in_zipfile(compiled=True) |
| 7273 | |
| 7274 | # ================= |
| 7275 | # Translation tests |
nothing calls this directly
no test coverage detected