Commit Graph
2 Commits
Author SHA1 Message Date
Sam Dunster 6582a8fb59 Add collections.abc.Collection (#1177) 2017-04-18 21:08:06 -07:00
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