mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-06-25 18:24:03 +08:00
[psutil]: Add missing __dir__ method to psutil.Popen (#14207)
This commit is contained in:
@@ -232,6 +232,7 @@ class Popen(Process):
|
||||
def __enter__(self) -> Self: ...
|
||||
def __exit__(self, *args: object, **kwargs: object) -> None: ...
|
||||
def __getattribute__(self, name: str) -> Any: ...
|
||||
def __dir__(self) -> list[str]: ...
|
||||
|
||||
def pids() -> list[int]: ...
|
||||
def pid_exists(pid: int) -> bool: ...
|
||||
|
||||
Reference in New Issue
Block a user