mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-07 12:44:28 +08:00
Add args attribute to subprocess.Popen (#1267)
This commit is contained in:
committed by
Jelle Zijlstra
parent
c2e6a6f670
commit
6207eb8cde
@@ -266,6 +266,8 @@ class CalledProcessError(Exception):
|
||||
stderr: Optional[_TXT] = ...) -> None: ...
|
||||
|
||||
class Popen:
|
||||
if sys.version_info >= (3, 3):
|
||||
args = ... # type: _CMD
|
||||
stdin = ... # type: IO[Any]
|
||||
stdout = ... # type: IO[Any]
|
||||
stderr = ... # type: IO[Any]
|
||||
|
||||
Reference in New Issue
Block a user