Lines Matching refs:file
59 file as it is compiled into each byte-code file.
69 stripdir: part of path to left-strip from source file path
70 prependdir: path to prepend to beginning of original file path, applied
116 for file in files:
117 if not compile_file(file, ddir, force, rx, quiet,
129 """Byte-compile one file.
133 fullname: the file to byte-compile
135 byte-code file.
144 stripdir: part of path to left-strip from source file path
145 prependdir: path to prepend to beginning of original file path, applied
327 help='use legacy (pre-PEP3147) compiled file locations')
329 help=('directory to prepend to file paths for use in '
331 'tracebacks in cases where the source file is '
336 'to source file - for example buildroot. '
342 'to source file - for example / to make '
350 'of each file considered for compilation'))
356 help=('zero or more file and directory names '
415 print("Error reading file list {}".format(args.flist))