IPython/Extensions/scitedirector.pyc
2 distinct file contents recorded under this name ยท 2 PyPI records
Hashes for this file
9c20ff8c83af446232f7e43bba5adbfdc113c6692c99d13e8b0207a7a53ea5d9
1266 bytes
- ipython
0.10
ipython-0.10-py2.5.egg
569e6db1bf7dd523ea3cd0ecd9bc733390152283de9fe6cf216eb509f73b6ee3
1266 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.