Lines Matching full:path

18 # abspath(path)     -- make relative paths absolute against CWD
19 # basename(path) -- the filename of path
20 # dirname(path) -- the directory name of path
21 # hassuffix(path, suffix) -- returns True if path has suffix
22 # isabs(path) -- path is absolute or not
23 # isdir(path) -- path exists and is a directory
24 # isfile(path) -- path exists and is a file
25 # isxfile(path) -- path exists and is an executable file
27 # readlines(path) -- a list of each line of text in the UTF-8 encoded file
28 # realpath(path) -- resolves symlinks in path
57 # real_executable -- [in, optional] resolved path to main process
64 # library -- [in, optional] path of dylib/DLL/so
94 # Windows, the 'real_executable' path is used (if known). Otherwise,
98 # have been invoked from the shell's path, so we search $PATH for the
100 # $PATH (or there was no $PATH environment variable), the original
107 # specify the executable path. They are not intended for users.
121 # and contains precisely the intended contents of sys.path as relative
129 # relative path to the platlib dir. The executable_dir value is
143 # backtracking up the path until it is exhausted. This is the most common
155 # preprocessor variable PYTHONPATH is used to construct a path. Each
156 # relative path on PYTHONPATH is prefixed with prefix. Then the directory
161 # installation location, even though sys.path points into the build
167 # these automatic path computations.
262 # the real executable path.
267 # Resolve partial path program_name against current directory
275 # QUIRK: On macOS we may know the real executable path, but
277 # test_embed), we need to use their path in order to detect
279 # executable path was provided in the config.
283 # Resolve names against PATH.
285 # To properly isolate, launch Python with a full path.
305 # use the argv0 path for prefix calculation
348 # as the path in venv_prefix is the more common case.
444 # sys.path calcualation. Its presence also implies isolated mode and
615 # sys.path when it doesn't exist in the platstdlib place, which
643 # UPDATE pythonpath (sys.path)
647 # If Py_SetPath was called then it overrides any existing search path
724 # QUIRK: the executable directory is on sys.path