8000 TYP: add kind argument to numpy.isin type specification (#24527) · numpy/numpy@c790693 · GitHub
[go: up one dir, main page]

Skip to content

Commit c790693

Browse files
authored
TYP: add kind argument to numpy.isin type specification (#24527)
Fixes #24491 [skip ci]
1 parent e518b0b commit c790693

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

numpy/lib/arraysetops.pyi

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -333,6 +333,8 @@ def isin(
333333
test_elements: ArrayLike,
334334
assume_unique: bool = ...,
335335
invert: bool = ...,
336+
*,
337+
kind: None | str = ...,
336338
) -> NDArray[bool_]: ...
337339

338340
@overload

0 commit comments

Comments
 (0)
0