FileHashIntel

IPython/kernel/tests/test_pendingdeferred.pyc

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

Hashes for this file

445e42fcb70a3877eeb961e561f7f23130332500f9dd9243309bcb99db610210 12154 bytes

  • ipython 0.10 ipython-0.10-py2.5.egg

f8c51f803bcd128198c974fb1862b6e1f8159b4856852a22a9bd0a53d22251f1 12154 bytes

  • ipython 0.10 ipython-0.10-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.