__pycache__/section.cpython-310.pyc
1 distinct file content recorded under this name ยท 1 PyPI record
Hashes for this file
419267358acd82e2de6fd51bcf5f3c806f3aa57b2f4c0c92c4b7cf3fca697287
197 bytes
- abqpy
2016a0
abqpy-2016a0-py3.10.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.