zmq/auth/ioloop.pyc
1 PyPI wheel ยท 1 release
All file hashes recorded under the name zmq/auth/ioloop.pyc
- Size
1606bytes- MD5
aff4e387c8a3aab792e44d52614ccbd9- SHA-1
af0b5be17faf5b2b07a8425e0755283cc39ecdac- SHA-256
f2ae1e8817d9a8a49b674752373d5d6ff936996b271401e2da170ef3bed2adff
- Compiled Python
622112.7
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.