mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-28 14:46:55 +08:00
This commit is contained in:
@@ -18,7 +18,7 @@ class spawn(SpawnBase):
|
||||
self,
|
||||
command: str,
|
||||
args: list[str] = [],
|
||||
timeout: int = 30,
|
||||
timeout: float | None = 30,
|
||||
maxread: int = 2000,
|
||||
searchwindowsize: int | None = None,
|
||||
logfile: _Logfile | None = None,
|
||||
|
||||
Reference in New Issue
Block a user