IPython/nbformat/tests/__init__.pyc
4 distinct file contents recorded under this name ยท 4 PyPI records
Hashes for this file
72602e611ce12f848e6d086ea9391e72d469539c941a70fe22ebeb10fcab033f
155 bytes
- ipython
0.13.1
ipython-0.13.1-py2.7.egg
947b378024b7b8dfaf57b6880b595787e646741e55c3d12633345a7b3819a1c5
148 bytes
- ipython
0.12.1
ipython-0.12.1-py2.7.egg
f3fdcbe6f49ebb420f328ab5c3ca967c13cb4a084cc556801f63715432152659
150 bytes
- ipython
0.13
ipython-0.13-py2.7.egg
4a2da47552e546995910a059c619a9a181bae08e56ad847cc89538158909833a
148 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.