Lines Matching refs:files
65 Usage: py-compile [--help] [--version] [--basedir DIR] [--destdir DIR] FILES..."
67 Byte compile some python scripts FILES. Use --destdir to specify any
68 leading directory path to the FILES that you don't want to include in the
97 files=$*
98 if test -z "$files"; then
99 usage_error "no files given"
138 files = '''$files'''
141 for file in files.split():
163 files = '''$files'''
165 for file in files.split():
182 # python<3.5 does not have split files for -O and -OO
186 files = '''$files'''
188 for file in files.split():