mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-07 12:44:28 +08:00
@@ -912,7 +912,7 @@ else:
|
||||
@property
|
||||
def si_code(self) -> int: ...
|
||||
|
||||
def waitid(__idtype: int, __ident: int, __options: int) -> waitid_result: ...
|
||||
def waitid(__idtype: int, __ident: int, __options: int) -> waitid_result | None: ...
|
||||
|
||||
def wait3(options: int) -> tuple[int, int, Any]: ...
|
||||
def wait4(pid: int, options: int) -> tuple[int, int, Any]: ...
|
||||
|
||||
Reference in New Issue
Block a user