Files
typeshed/stdlib/3.4/asyncio
Sam Dunster aaa83a7f12 Add missing attributes: asyncio.subprocess.Process (#1154)
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.
2017-04-11 15:14:37 -07:00
..
2016-12-19 22:09:35 -08:00
2016-12-20 00:47:51 -08:00
2016-12-20 00:47:51 -08:00