(self)
| 124 | 0, 1)) |
| 125 | |
| 126 | def test_magic_number(self): |
| 127 | # Test a change in mtime leads to a new .pyc. |
| 128 | self.recreation_check(b'\0\0\0\0') |
| 129 | |
| 130 | def test_compile_files(self): |
| 131 | # Test compiling a single file, and complete directory |
nothing calls this directly
no test coverage detected