mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-09 05:24:52 +08:00
Add subprocess.list2cmdline for python 2 (#2971)
This commit is contained in:
committed by
Sebastian Rittau
parent
d61635e243
commit
feb74cf9de
@@ -103,6 +103,8 @@ class Popen:
|
||||
def __enter__(self) -> Popen: ...
|
||||
def __exit__(self, type, value, traceback) -> bool: ...
|
||||
|
||||
def list2cmdline(seq: Sequence[str]) -> str: ... # undocumented
|
||||
|
||||
# Windows-only: STARTUPINFO etc.
|
||||
|
||||
STD_INPUT_HANDLE: Any
|
||||
|
||||
Reference in New Issue
Block a user