Lines Matching refs:not
19 # along with this program. If not, see <https://www.gnu.org/licenses/>.
111 # byte compile but not go into the compiled file.
120 echo "$me: could not determine $PYTHON major version, guessing 3" >&2
144 if not os.path.exists(filepath) or not (len(filepath) >= 3
159 # pypy does not use .pyo optimization
168 if not os.path.exists(filepath) or not (len(filepath) >= 3
182 # python<3.5 does not have split files for -O and -OO
191 if not os.path.exists(filepath) or not (len(filepath) >= 3