Lines Matching refs:file
16 If a file named "pyvenv.cfg" exists one directory above sys.executable,
20 installation). If "pyvenv.cfg" (a bootstrap configuration file) contains
29 A path configuration file is a file whose name has the form
59 omitted because it is not mentioned in either path configuration file.
93 print(message, file=sys.stderr)
136 # Filter out duplicate paths (on case-insensitive file systems also
148 """Return a set containing all existing file system items from sys.path."""
161 """Process a .pth file within the site-packages directory:
162 For each line in the file, either combine it with sitedir to a path
171 _trace(f"Processing .pth file: {fullname!r}")
195 file=sys.stderr)
199 print(' '+line, file=sys.stderr)
200 print("\nRemainder of file ignored", file=sys.stderr)
438 as completion key and register ~/.python_history as history file.
440 or in a PYTHONSTARTUP file.
450 # Reading the initialization (config) file may not be enough to set a
451 # completion key, so we set one first and then read the file.
462 # is that there's no .inputrc file (or .editrc file in the case of
516 # writing the file.