mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-09 05:24:52 +08:00
Stdlib: add container default values (#9909)
This commit is contained in:
@@ -17,8 +17,8 @@ class BaseProcess:
|
||||
group: None = None,
|
||||
target: Callable[..., object] | None = None,
|
||||
name: str | None = None,
|
||||
args: Iterable[Any] = ...,
|
||||
kwargs: Mapping[str, Any] = ...,
|
||||
args: Iterable[Any] = (),
|
||||
kwargs: Mapping[str, Any] = {},
|
||||
*,
|
||||
daemon: bool | None = None,
|
||||
) -> None: ...
|
||||
|
||||
Reference in New Issue
Block a user