bashlex/flags.pyc
5 distinct file contents recorded under this name ยท 13 PyPI records
Hashes for this file
85fbe562669834cd6d03256f9808e555ff15137b836392cc5ad45f7531a1d8ce
1132 bytes
- bashlex
0.15
bashlex-0.15-py2.7.egg
14472022ff39fd494389ce711618bea01016cefc4457d032ff9e5a96e260bc9c
1131 bytes
- bashlex
0.8
bashlex-0.8-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.