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:
@@ -72,7 +72,7 @@ class BaseContext:
|
||||
self,
|
||||
processes: int | None = None,
|
||||
initializer: Callable[..., object] | None = None,
|
||||
initargs: Iterable[Any] = ...,
|
||||
initargs: Iterable[Any] = (),
|
||||
maxtasksperchild: int | None = None,
|
||||
) -> _Pool: ...
|
||||
@overload
|
||||
|
||||
Reference in New Issue
Block a user