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 052551b commit 8c035afCopy full SHA for 8c035af
stubs/psutil/psutil/_psutil_windows.pyi
@@ -36,7 +36,7 @@ class TimeoutAbandoned(Exception): ...
36
class TimeoutExpired(Exception): ...
37
38
def QueryDosDevice(*args, **kwargs): ... # incomplete
39
-def boot_time(*args, **kwargs): ... # incomplete
+def uptime(*args, **kwargs): ... # incomplete
40
def check_pid_range(pid: int, /) -> None: ...
41
def cpu_count_cores(*args, **kwargs): ... # incomplete
42
def cpu_count_logical(*args, **kwargs): ... # incomplete
0 commit comments