-
-
Notifications
You must be signed in to change notification settings - Fork 3.2k
Closed
Labels
Description
I ran stubgen recursively on the asyncio package, and found this in the output:
def subprocess_exec(self, protocol_factory, program, *args, *, stdin: Any = ..., stdout: Any = ..., stderr: Any = ..., universal_newlines: bool = ..., shell: bool = ..., bufsize: int = ..., **kwargs): ...Reactions are currently unavailable