mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-08-12 19:12:31 +08:00
[concurrent.futures.interpreter] Update to 3.14.0b4 (#14522)
This commit is contained in:
@@ -34,8 +34,8 @@ def exec(
|
||||
def call(
|
||||
id: SupportsIndex,
|
||||
callable: Callable[..., _R],
|
||||
args: tuple[object, ...] | None = None,
|
||||
kwargs: dict[str, object] | None = None,
|
||||
args: tuple[Any, ...] | None = None,
|
||||
kwargs: dict[str, Any] | None = None,
|
||||
*,
|
||||
restrict: bool = False,
|
||||
) -> tuple[_R, types.SimpleNamespace]: ...
|
||||
|
||||
Reference in New Issue
Block a user