8000 Merge pull request #24617 from charris/update-fromnumeric.pyi · numpy/numpy@c40c20c · GitHub
[go: up one dir, main page]

Skip to content

Commit c40c20c

Browse files
authored
Merge pull request #24617 from charris/update-fromnumeric.pyi
MAINT: Fixup ``fromnumeric.pyi``
2 parents ab467f6 + cd3bb38 commit c40c20c

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

numpy/core/fromnumeric.pyi

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -393,6 +393,7 @@ def clip(
393393
order: _OrderKACF = ...,
394394
subok: bool = ...,
395395
signature: str | tuple[None | str, ...] = ...,
396+
extobj: list[Any] = ...,
396397
casting: _CastingKind = ...,
397398
) -> _SCT: ...
398399
@overload
@@ -407,6 +408,7 @@ def clip(
407408
order: _OrderKACF = ...,
408409
subok: bool = ...,
409410
signature: str | tuple[None | str, ...] = ...,
411+
extobj: list[Any] = ...,
410412
casting: _CastingKind = ...,
411413
) -> Any: ...
412414
@overload
@@ -421,6 +423,7 @@ def clip(
421423
order: _OrderKACF = ...,
422424
subok: bool = ...,
423425
signature: str | tuple[None | str, ...] = ...,
426+
extobj: list[Any] = ...,
424427
casting: _CastingKind = ...,
425428
) -> NDArray[_SCT]: ...
426429
@overload
@@ -435,6 +438,7 @@ def clip(
435438
order: _OrderKACF = ...,
436439
subok: bool = ...,
437440
signature: str | tuple[None | str, ...] = ...,
441+
extobj: list[Any] = ...,
438442
casting: _CastingKind = ...,
439443
) -> NDArray[Any]: ...
440444
@overload
@@ -449,6 +453,7 @@ def clip(
449453
order: _OrderKACF = ...,
450454
subok: bool = ...,
451455
signature: str | tuple[None | str, ...] = ...,
456+
extobj: list[Any] = ...,
452457
casting: _CastingKind = ...,
453458
) -> Any: ...
454459
@overload
@@ -463,6 +468,7 @@ def clip(
463468
order: _OrderKACF = ...,
464469
subok: bool = ...,
465470
signature: str | tuple[None | str, ...] = ...,
471+
extobj: list[Any] = ...,
466472
casting: _CastingKind = ...,
467473
) -> _ArrayType: ...
468474

0 commit comments

Comments
 (0)
0