Lines Matching refs:py_compile
640 ignore_errors=True, py_compile=False):656 If `py_compile` is set to `True` .pyc files will be written to the668 if py_compile:671 warn(Warning('py_compile has no effect on pypy or Python 3'))672 py_compile = False718 if py_compile: