Files
typeshed/stdlib/3.4
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
..
2017-04-05 08:22:28 -07:00
2016-08-23 18:57:46 -07:00
2017-03-18 14:41:42 -07:00
2017-03-21 05:58:22 -07:00