Skip to content

Commit 7b3dbca

Browse files
committed
updated pyi for isna_element change
1 parent ff6e3cc commit 7b3dbca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/__init__.pyi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,6 @@ def row_1d_filter(__array: np.ndarray) -> np.ndarray: ...
6969
def array_deepcopy(__array: np.ndarray, memo: tp.Dict[int, tp.Any]) -> np.ndarray: ...
7070
def resolve_dtype(__d1: np.dtype, __d2: np.dtype) -> np.dtype: ...
7171
def resolve_dtype_iter(__dtypes: tp.Iterable[np.dtype]) -> np.dtype: ...
72-
def isna_element(__value: tp.Any) -> bool: ...
72+
def isna_element(__value: tp.Any, include_none: bool = True) -> bool: ...
7373
def dtype_from_element(__value: tp.Optional[tp.Hashable]) -> np.dtype: ...
7474
def get_new_indexers_and_screen(indexers: np.ndarray, positions: np.ndarray) -> tp.Tuple[np.ndarray, np.ndarray]: ...

0 commit comments

Comments
 (0)