mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-04-28 01:15:32 +08:00
aaa83a7f12
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.