FileHashIntel

limits/strategies.pyc

10 distinct file contents recorded under this name ยท 13 PyPI records

Compiled Python bytecode Reference

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.

A file extension is only a part of the file name. It does not give a guarantee about the format or the content of a file. But on Windows, the extension selects the program that opens the file.

Hashes for this file

3bdc1cbb1b6c508ddda10927bf20b17a599f5d33d8981f16355a027d315b670f 5785 bytes

  • limits 1.0.3 limits-1.0.3-py2.7.egg
  • limits 1.0.4 limits-1.0.4-py2.7.egg

9f9627ee21efa32d22216e80913b719a04d97a5bbef4d32a7e9a5f5bf57a7f55 5785 bytes

  • limits 1.0.0 limits-1.0.0-py2.7.egg
  • limits 1.0.1 limits-1.0.1-py2.7.egg
  • limits 1.0.2 limits-1.0.2-py2.7.egg