Lines Matching +full:unix +full:- +full:like
1 :mod:`os.path` --- Common pathname manipulations
12 --------------
19 Unlike a Unix shell, Python does not do any *automatic* path expansions.
21 explicitly when an application desires shell-like path expansion. (See also
26 The :mod:`pathlib` module offers high-level path objects.
45 * :mod:`posixpath` for UNIX-style paths
64 Accepts a :term:`path-like object`.
72 from the Unix :program:`basename` program; where :program:`basename` for
77 Accepts a :term:`path-like object`.
82 Return the longest common sub-path of each pathname in the sequence
88 .. availability:: Unix, Windows.
93 Accepts a sequence of :term:`path-like objects <path-like object>`.
98 Return the longest path prefix (taken character-by-character) that is a
117 Accepts a :term:`path-like object`.
126 Accepts a :term:`path-like object`.
142 Accepts a :term:`path-like object`.
152 Accepts a :term:`path-like object`.
159 On Unix and Windows, return the argument with an initial component of ``~`` or
164 On Unix, an initial ``~`` is replaced by the environment variable :envvar:`HOME`
166 password directory through the built-in module :mod:`pwd`. An initial ``~user``
178 Accepts a :term:`path-like object`.
191 *name*. Malformed variable names and references to non-existing variables are
198 Accepts a :term:`path-like object`.
215 Accepts a :term:`path-like object`.
220 Return the system's ctime which, on some systems (like Unix) is the time of the
221 last metadata change, and, on others (like Windows), is the creation time for *path*.
227 Accepts a :term:`path-like object`.
236 Accepts a :term:`path-like object`.
241 Return ``True`` if *path* is an absolute pathname. On Unix, that means it
246 Accepts a :term:`path-like object`.
256 Accepts a :term:`path-like object`.
266 Accepts a :term:`path-like object`.
276 Accepts a :term:`path-like object`.
285 i-node on the same device --- this should detect mount points for all Unix
292 Support for detecting non-root mount points on Windows.
295 Accepts a :term:`path-like object`.
302 directory separator following each non-empty part, except the last. That is,
316 Accepts a :term:`path-like object` for *path* and *paths*.
326 Accepts a :term:`path-like object`.
331 Normalize a pathname by collapsing redundant separators and up-level
341 following the leading characters may be interpreted in an implementation-defined
346 Accepts a :term:`path-like object`.
362 canonical, which differs slightly between Windows and UNIX with respect
369 Accepts a :term:`path-like object`.
388 .. availability:: Unix, Windows.
391 Accepts a :term:`path-like object`.
397 This is determined by the device number and i-node number and raises an
400 .. availability:: Unix, Windows.
409 Accepts a :term:`path-like object`.
416 .. availability:: Unix, Windows.
422 Accepts a :term:`path-like object`.
432 .. availability:: Unix, Windows.
438 Accepts a :term:`path-like object`.
454 Accepts a :term:`path-like object`.
479 Accepts a :term:`path-like object`.
510 Accepts a :term:`path-like object`.