IPython/frontend/terminal/interactiveshell.pyc
4 distinct file contents recorded under this name ยท 4 PyPI records
Hashes for this file
21d272df6cec1269e4634b619ffe8a5d8a6259f224c54f3db561d58b45347698
23025 bytes
- ipython
0.13.1
ipython-0.13.1-py2.7.egg
1ff761dd3df7ce844ea15faa506d89b1426832b6f1a37a3879e4696a87c4b8d0
21061 bytes
- ipython
0.12.1
ipython-0.12.1-py2.7.egg
675f8c141ca1fea388d690aeb35821453095693dc9504c5d2ff8f5b919135ff8
22850 bytes
- ipython
0.13
ipython-0.13-py2.7.egg
80ea0e412e81abb4415ec8eef94ddb489129cda58c1f3f9eb593f71bcc056861
21255 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.