Package: python3-monotonic (1.6-2)
Links for python3-monotonic
Debian Resources:
Download Source Package python-monotonic:
- [python-monotonic_1.6-2.dsc]
- [python-monotonic_1.6.orig.tar.xz]
- [python-monotonic_1.6-2.debian.tar.xz]
Maintainers:
External Resources:
- Homepage [github.com]
Similar packages:
implementazione di time.monotonic() - Python 3.x
Questo modulo fornisce una funzione monotonic() che restituisce un valore (in frazioni di secondo) di un orologio che non va mai all'indietro. In Python 3.3 o successivi, monotonic è un alias di time.monotonic della libreria standard. Nelle versioni più vecchie, ripiega su un'implementazione equivalente: GetTickCount64 su Windows, mach_absolute_time su OS X e clock_gettime(3) su Linux/BSD.
Se non esiste un'implementazione adatta per la piattaforma corrente, provare ad importare questo modulo (o importare da esso) causerà il sollevamento di un'eccezione RuntimeError.
Questo pacchetto contiene il modulo per Python 3.x.
Other Packages Related to python3-monotonic
|
|
|
|
-
- dep: python3
- interactive high-level object-oriented language (default python3 version)
Download python3-monotonic
Architecture | Package Size | Installed Size | Files |
---|---|---|---|
all | 5.6 kB | 26.0 kB | [list of files] |