Nom de la classe | Description |
attrgetter | attrgetter(attr, ...) --> attrgetter object [extrait de attrgetter.__doc__] |
Path | PurePath subclass that can make system calls. [extrait de Path.__doc__] |
PosixPath | Path subclass for non-Windows systems. [extrait de PosixPath.__doc__] |
PurePath | Base class for manipulating paths without I/O. [extrait de PurePath.__doc__] |
PurePosixPath | PurePath subclass for non-Windows systems. [extrait de PurePosixPath.__doc__] |
PureWindowsPath | PurePath subclass for Windows systems. [extrait de PureWindowsPath.__doc__] |
Sequence | All the operations on a read-only sequence. [extrait de Sequence.__doc__] |
WindowsPath | Path subclass for Windows systems. [extrait de WindowsPath.__doc__] |
Signature de la fonction | Description |
S_ISBLK | S_ISBLK(mode) -> bool [extrait de S_ISBLK.__doc__] |
S_ISCHR | S_ISCHR(mode) -> bool [extrait de S_ISCHR.__doc__] |
S_ISDIR | S_ISDIR(mode) -> bool [extrait de S_ISDIR.__doc__] |
S_ISFIFO | S_ISFIFO(mode) -> bool [extrait de S_ISFIFO.__doc__] |
S_ISLNK | S_ISLNK(mode) -> bool [extrait de S_ISLNK.__doc__] |
S_ISREG | S_ISREG(mode) -> bool [extrait de S_ISREG.__doc__] |
S_ISSOCK | S_ISSOCK(mode) -> bool [extrait de S_ISSOCK.__doc__] |
Nom de la variable globale | Valeur |
EBADF | 9 |
ELOOP | 40 |
ENOENT | 2 |
ENOTDIR | 20 |
Nom de l'alias | Définition ciblée |
urlquote_from_bytes | quote_from_bytes |
Améliorations / Corrections
Vous avez des améliorations (ou des corrections) à proposer pour ce document : je vous remerçie par avance de m'en faire part, cela m'aide à améliorer le site.
Emplacement :
Description des améliorations :