IPython/nbformat/v1/convert.pyc
4 distinct file contents recorded under this name ยท 4 PyPI records
Hashes for this file
ec3214615374c0413443fbc303b96c6532c76a9472e346680318180eb07717da
489 bytes
- ipython
0.13.1
ipython-0.13.1-py2.7.egg
2f67b08c3bd4325d4bd094314e20b58ac17d1441c57d1baa011e8704abc6ce5e
475 bytes
- ipython
0.12.1
ipython-0.12.1-py2.7.egg
d1be32f9fc65ef849fe6de62b879dfd1ab04f7a6948821ab1c64b506703e116d
479 bytes
- ipython
0.13
ipython-0.13-py2.7.egg
bfce6896503f20d8e2baf5817a30dc7c3a4f757f228ddc951eeabeaefc3e90df
475 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.