IPython/frontend/tests/test_process.pyc
2 distinct file contents recorded under this name ยท 2 PyPI records
Hashes for this file
b4a3eb3aa647a009b231dbb44e20aa5331ac7bf5987eb42f9f3abeb4ebf28ce8
2195 bytes
- ipython
0.10
ipython-0.10-py2.5.egg
4c2f3c24078bfb796ccb48615b344b26e9422d1698f0f2278292ba37e99a345a
2195 bytes
- ipython
0.10
ipython-0.10-py2.6.egg
Compiled Python bytecode
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.