psutil: updates (#10894)

This commit is contained in:
Jelle Zijlstra
2023-10-15 18:22:11 -07:00
committed by GitHub
parent df05ff2f52
commit cb688d2577
3 changed files with 3 additions and 2 deletions

View File

@@ -5,6 +5,7 @@ DUPLEX_HALF: int
DUPLEX_UNKNOWN: int
version: int
def check_pid_range(__pid: int) -> None: ...
def disk_partitions(*args, **kwargs) -> Any: ...
def linux_sysinfo(*args, **kwargs) -> Any: ...
def net_if_duplex_speed(*args, **kwargs) -> Any: ...

View File

@@ -19,9 +19,8 @@ TCPS_SYN_SENT: int
TCPS_TIME_WAIT: int
version: int
class ZombieProcessError(Exception): ...
def boot_time(*args, **kwargs) -> Any: ...
def check_pid_range(__pid: int) -> None: ...
def cpu_count_cores(*args, **kwargs) -> Any: ...
def cpu_count_logical(*args, **kwargs) -> Any: ...
def cpu_freq(*args, **kwargs) -> Any: ...

View File

@@ -35,6 +35,7 @@ class TimeoutExpired(Exception): ...
def QueryDosDevice(*args, **kwargs): ... # incomplete
def boot_time(*args, **kwargs): ... # incomplete
def check_pid_range(__pid: int) -> None: ...
def cpu_count_cores(*args, **kwargs): ... # incomplete
def cpu_count_logical(*args, **kwargs): ... # incomplete
def cpu_freq(*args, **kwargs): ... # incomplete