We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e62c466 commit 1f56fe1Copy full SHA for 1f56fe1
stubs/psutil/psutil/_psutil_windows.pyi
@@ -66,7 +66,7 @@ if sys.platform == "win32":
66
def proc_info(
67
pid: int, /
68
) -> tuple[int, int, int, int, int, int, int, int, int, int, int, int, int, int, int, int, int, int, int, int, int, int]: ...
69
- def boot_time() -> float: ...
+ def uptime() -> float: ...
70
def cpu_count_cores() -> int | None: ...
71
def cpu_count_logical() -> int | None: ...
72
def cpu_freq() -> tuple[int, int]: ...
0 commit comments