__pycache__/magic.cpython-32.pyc
3 distinct file contents recorded under this name ยท 4 PyPI records
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.
Hashes for this file
ed5370183f13385b2884a188d47ea8497e1db88165dac58b886d8dc7927d2b00
8480 bytes
- python-magic
0.4.6
python_magic-0.4.6-py3.2.egg
ca49f7ad3cc29c8c7f9ad53653f13d399fbb854746a144da73c8e3068b4cf6ec
8156 bytes
- python-magic
0.4.5
python_magic-0.4.5-py3.2.egg