Lines Matching refs:compile
2 # py-compile - Compile a Python program
34 me=py-compile
65 Usage: py-compile [--help] [--version] [--basedir DIR] [--destdir DIR] FILES..."
67 Byte compile some python scripts FILES. Use --destdir to specify any
73 py-compile --destdir /tmp/pkg-root --basedir /usr/share/test test.py test2.py
111 # byte compile but not go into the compiled file.
150 py_compile.compile(filepath, $import_call(filepath), path)
152 py_compile.compile(filepath, filepath + 'c', path)
174 py_compile.compile(filepath, $import_call(filepath), path)
176 py_compile.compile(filepath, filepath + 'o', path)
197 py_compile.compile(filepath, $import_call(filepath), path)
199 py_compile.compile(filepath, filepath + 'o', path)