IPython/quarantine/ipy_pydb.pyc
2 distinct file contents recorded under this name ยท 2 PyPI records
Hashes for this file
21a10c9e6fafe6e90f9860a782601abf0c52c2276601de8b243ee4c9be2d8a5d
1459 bytes
- ipython
0.12.1
ipython-0.12.1-py2.7.egg
5a85ccd834366fe33ec0745622888aa22982e9670eaace7ba972061fa1f144d7
1463 bytes
- ipython
0.12.1
ipython-0.12.1-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.