mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-02-20 08:38:26 +08:00
Merge comments between stdlib/{2,3}/os/__init__.pyi to make diffing easier (#1099)
This commit is contained in:
committed by
Jelle Zijlstra
parent
c0bbfbdec5
commit
2888b53924
@@ -389,8 +389,7 @@ def times() -> Tuple[float, float, float, float, float]: ...
|
||||
def wait() -> Tuple[int, int]: ... # Unix only
|
||||
def waitpid(pid: int, options: int) -> Tuple[int, int]: ...
|
||||
def wait3(options: Union[int, None] = ...) -> Tuple[int, int, Any]: ... # Unix only
|
||||
def wait4(pid: int, options: int) -> Tuple[int, int, Any]:
|
||||
... # Unix only
|
||||
def wait4(pid: int, options: int) -> Tuple[int, int, Any]: ... # Unix only
|
||||
def WCOREDUMP(status: int) -> bool: ... # Unix only
|
||||
def WIFCONTINUED(status: int) -> bool: ... # Unix only
|
||||
def WIFSTOPPED(status: int) -> bool: ... # Unix only
|
||||
|
||||
Reference in New Issue
Block a user