FileHashIntel

IPython/core/prompts.pyc

4 distinct file contents recorded under this name ยท 4 PyPI records

Hashes for this file

c227ca6373d7ee4d1a3ce5f4b0797b2f9b37fb2b86a71ac2d02585227f00922c 14118 bytes

  • ipython 0.13.1 ipython-0.13.1-py2.7.egg

b9c3d817ac57ac86507e494bda9dd2820616d70a1def519681897aaa75ed57b8 13450 bytes

  • ipython 0.12.1 ipython-0.12.1-py2.7.egg

7ae5dd8ae040f19e93d4794ddf555b9f74ffe1440e41f0af9dd460cbe4a0ec48 13983 bytes

  • ipython 0.13 ipython-0.13-py2.7.egg

ea04d41425b83f35ef1a13b7880941429400d2398f1fbd0c61a72884e048f906 13524 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.