joblib/format_stack.pyc
1 PyPI wheel ยท 1 release
All file hashes recorded under the name joblib/format_stack.pyc
- Size
10616bytes- MD5
2f8278961aa422a96e30f54693f8bc53- SHA-1
31f80e45cb69c93eda1a305149dba20cfa046bac- SHA-256
33d97d69a6934ae5d5681ad94dea8fc6a3391f85ced55f1215c2f7285eb855fb
- Compiled Python
621612.6
Compiled Python bytecode Reference
A .pyc file contains compiled Python bytecode. The Python interpreter creates the file automatically when it imports a module. The bytecode loads faster than the source, because the parse step is not necessary again. The interpreter keeps these files in __pycache__ directories. The format changes between Python versions, and a magic number in the header identifies the version.
A file extension is only a part of the file name. It does not give a guarantee about the format or the content of a file. But on Windows, the extension selects the program that opens the file.