IPython/Extensions/ipy_winpdb.pyc
2 distinct file contents recorded under this name ยท 2 PyPI records
Hashes for this file
8422a95103d2d0fa8de8d5c00e38ef53eefdab90135341efd037f670d3dbbf51
2646 bytes
- ipython
0.10
ipython-0.10-py2.5.egg
258cdc8acbcc4987c8af33964e905b231d0dc78b9d3283d3369462f26e56c50f
2640 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.