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.
__dir__
psutil.Popen
1 parent 8d1ac2e commit 9b7b2baCopy full SHA for 9b7b2ba
stubs/psutil/psutil/__init__.pyi
@@ -232,6 +232,7 @@ class Popen(Process):
232
def __enter__(self) -> Self: ...
233
def __exit__(self, *args: object, **kwargs: object) -> None: ...
234
def __getattribute__(self, name: str) -> Any: ...
235
+ def __dir__(self) -> list[str]: ...
236
237
def pids() -> list[int]: ...
238
def pid_exists(pid: int) -> bool: ...
0 commit comments