aacommons/dataparser/cli/arcli/__pycache__/ArCliDocuments.cpython-38.pyc
3 PyPI wheels ยท 3 releases
- Size
7736bytes- MD5
aea02e61cc17f10020505046492bb744- SHA-1
1e94e6973aea3328aa24b808c9a0d42cf71ebdf3- SHA-256
78206f626be1657504c3daabf8cdad5a8633682adffe90648dbbdb3aac93fe26
- Compiled Python
34133.8
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.