mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-08 21:14:48 +08:00
Add typehints for the following `asyncio.subprocess.Process` attributes: - `stdin`: `Optional[asyncio.streams.StreamWriter]` - `stdout`: `Optional[asyncio.streams.StreamReader]` - `stderr`: `Optional[asyncio.streams.StreamReader]` - `pid`: `int` Include stdin, stdout, and stderr also in SSP.