We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff6e3cc commit 7b3dbcaCopy full SHA for 7b3dbca
src/__init__.pyi
@@ -69,6 +69,6 @@ def row_1d_filter(__array: np.ndarray) -> np.ndarray: ...
69
def array_deepcopy(__array: np.ndarray, memo: tp.Dict[int, tp.Any]) -> np.ndarray: ...
70
def resolve_dtype(__d1: np.dtype, __d2: np.dtype) -> np.dtype: ...
71
def resolve_dtype_iter(__dtypes: tp.Iterable[np.dtype]) -> np.dtype: ...
72
-def isna_element(__value: tp.Any) -> bool: ...
+def isna_element(__value: tp.Any, include_none: bool = True) -> bool: ...
73
def dtype_from_element(__value: tp.Optional[tp.Hashable]) -> np.dtype: ...
74
def get_new_indexers_and_screen(indexers: np.ndarray, positions: np.ndarray) -> tp.Tuple[np.ndarray, np.ndarray]: ...
0 commit comments