Lines Matching defs:which
57 "ignore_patterns", "chown", "which", "get_terminal_size",
68 """Raised when trying to do a kind of operation (e.g. copying) which is
116 # - fsrc may be a BufferedReader (which hides unread data in a buffer),
117 # GzipFile (which decompresses data), HTTPResponse (which decodes
393 # (which is what shutil always did in this circumstance.)
472 # Special check for directory junctions, which appear as
536 is called with the `src` parameter, which is the directory
537 being visited by copytree(), and `names` which is the list of
766 """A basename() variant which first strips the trailing slash, if present.
1338 'free', which are the amount of total, used and free space, in bytes.
1355 'free', which are the amount of total, used and free space, in bytes.
1401 When COLUMNS or LINES is not defined, which is the common case,
1408 is used. Fallback defaults to (80, 24) which is the default
1448 def which(cmd, mode=os.F_OK | os.X_OK, path=None):
1449 """Given a command, mode, and a PATH string, return the path which