IPython/frontend/html/__init__.pyc
4 distinct file contents recorded under this name ยท 4 PyPI records
Hashes for this file
b6eb3286a0b9baa0481d32822cc674473d22520c068b210d2ba05ce80236d447
154 bytes
- ipython
0.13.1
ipython-0.13.1-py2.7.egg
1d57f71070138ff4b444e564498a09b1a9b4f05c60070bbd5a65182dd9bc35b9
147 bytes
- ipython
0.12.1
ipython-0.12.1-py2.7.egg
99d1885ac5ed0844e4a85c3d863db23cb312242141f81962f8aceba0f97efc12
149 bytes
- ipython
0.13
ipython-0.13-py2.7.egg
85782aa51e467043fe650f22f14a5bd34694f4a2f77923187526f6821187948e
147 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.