table of contents
other versions
- wheezy 0.6.17
| PYCENTRAL() | PYCENTRAL() |
NAME¶
py_compilefiles - byte-compile python .py filesSYNOPSIS¶
py_compilefiles [options] [file ...] [-]DESCRIPTION¶
py_compilefiles compiles Python .py source files into .pyc or .pyo bytecode format.OPTIONS¶
- -f
- force rebuild even if timestamps are up-to-date.
- -i
- ignore errors on byte compilation.
- -q
- quiet operation.
- -x regexp
- skip files matching the regular expression regexp the regexp is search for in the full path of the file.