mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-04-27 09:01:26 +08:00
committed by
Jukka Lehtosalo
parent
e13f2c739d
commit
b10125cd7d
@@ -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