mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-01-27 05:12:10 +08:00
Improve many __(a)exit__ annotations (#9696)
This commit is contained in:
@@ -218,7 +218,7 @@ class Process:
|
||||
class Popen(Process):
|
||||
def __init__(self, *args, **kwargs) -> None: ...
|
||||
def __enter__(self) -> Self: ...
|
||||
def __exit__(self, *args, **kwargs) -> None: ...
|
||||
def __exit__(self, *args: object, **kwargs: object) -> None: ...
|
||||
def __getattribute__(self, name: str) -> Any: ...
|
||||
|
||||
def pids() -> list[int]: ...
|
||||
|
||||
Reference in New Issue
Block a user