IPython/core/tests/nonascii.pyc
2 distinct file contents recorded under this name ยท 2 PyPI records
Hashes for this file
8385df5a9f378be367ece7e1c851891103279106a7db6ddee2dc19fe17333d1f
246 bytes
- ipython
0.13.1
ipython-0.13.1-py2.7.egg
571a4442fcefa5c5517640d89ff62ec1d6f42232c86e7cccca5021681a93ce70
241 bytes
- ipython
0.13
ipython-0.13-py2.7.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.