mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-31 08:34:23 +08:00
psutil: updates (#10894)
This commit is contained in:
@@ -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: ...
|
||||
|
||||
@@ -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: ...
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user