FileHashIntel

IPython/utils/tests/test_wildcard.pyc

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

Hashes for this file

7a6e2f6e91b7ada930a2ec788b204808d77699bf2211683575e721f347892f4a 5688 bytes

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

fd7ca32c38ea8de4778979d45f6262014f5a188c5dd142f074f014a080690787 5604 bytes

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

2041e7820a97ba386fb051b129ac7472ff2518a7662c6fc5753bc539379dce39 5622 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.