IPython/zmq/iostream.pyc
4 distinct file contents recorded under this name ยท 4 PyPI records
Hashes for this file
52219939b597b6bf6fa5e76db79dfe6e222e0d7b493c7b2cc154131864fe8e81
3920 bytes
- ipython
0.13.1
ipython-0.13.1-py2.7.egg
326abcb82b78e0f6d01455d73995e34f25bc51d520c255914a10156ebb60d0be
3810 bytes
- ipython
0.12.1
ipython-0.12.1-py2.7.egg
4fccd611f6027b28386c0682b3bf53c1dfde4c301cefa1f1a30ce0da55649bfd
3855 bytes
- ipython
0.13
ipython-0.13-py2.7.egg
95b61453d388f5c35b82f3335a5f043f4175ad33f54362611a7c55894b4e77d9
3828 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.