mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-09 13:34:58 +08:00
committed by
Jukka Lehtosalo
parent
e13f2c739d
commit
b10125cd7d
5
stdlib/2/commands.pyi
Normal file
5
stdlib/2/commands.pyi
Normal file
@@ -0,0 +1,5 @@
|
||||
from typing import Tuple
|
||||
|
||||
def getstatus(file: str) -> str: ...
|
||||
def getoutput(cmd: str) -> str: ...
|
||||
def getstatusoutput(cmd: str) -> Tuple[int, str]: ...
|
||||
Reference in New Issue
Block a user