IPython/frontend/qt/console/__init__.pyc
4 distinct file contents recorded under this name ยท 4 PyPI records
Hashes for this file
a28468e1e7fe105db55ddf8537cb3b337cdc483960cd1f26fa73537003533d3c
160 bytes
- ipython
0.13.1
ipython-0.13.1-py2.7.egg
8bc5a3f11d9a6b4d04ca8a91b1197401e8dcfedc7cc96d810c3368fb2d0c0d0d
153 bytes
- ipython
0.12.1
ipython-0.12.1-py2.7.egg
587a559a70cd1f4596ec2fe8522e709fd6a3dfabc9401cae61e6862da2fcebfd
155 bytes
- ipython
0.13
ipython-0.13-py2.7.egg
275160fb32c05a26fbe2394a24bae4790467aa7ea3e5333ad8f224a3859f0bee
153 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.