pytz/zoneinfo/US/Central.pyc
1 PyPI wheel ยท 1 release
All file hashes recorded under the name pytz/zoneinfo/US/Central.pyc
- Size
10784bytes- MD5
9a38b8350540765fe409c840edfa125a- SHA-1
4eab28efb0c8e003c177537900c2a3cb0eeed339- SHA-256
e4e64b2d9e3e88fd070bae5dcafe12e76c5752f0e84f5485fc56fd0b586070f7
- Compiled Python
620612.4
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.