mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-06 12:14:27 +08:00
Correct exitstatus type (#13216)
This commit is contained in:
@@ -61,7 +61,7 @@ class spawn(SpawnBase[AnyStr]):
|
||||
def eof(self) -> bool: ...
|
||||
def terminate(self, force: bool = False) -> bool: ...
|
||||
status: int | None
|
||||
exitstatus: bool | None
|
||||
exitstatus: int | None
|
||||
signalstatus: int | None
|
||||
terminated: bool
|
||||
def wait(self) -> int: ...
|
||||
|
||||
Reference in New Issue
Block a user