mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-06 12:14:27 +08:00
Add stub for subprocess.list2cmdline function (#1898)
This commit is contained in:
committed by
Guido van Rossum
parent
156927d2a2
commit
a8465da863
@@ -350,4 +350,6 @@ class Popen:
|
||||
def getstatusoutput(cmd: _TXT) -> Tuple[int, str]: ...
|
||||
def getoutput(cmd: _TXT) -> str: ...
|
||||
|
||||
def list2cmdline(seq: Sequence[str]) -> str: ... # undocumented
|
||||
|
||||
# Windows-only: STARTUPINFO etc.
|
||||
|
||||
Reference in New Issue
Block a user