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 ab21369 commit 6f3fbd3Copy full SHA for 6f3fbd3
src/__init__.pyi
@@ -127,7 +127,7 @@ def shape_filter(__array: np.ndarray) -> np.ndarray: ...
127
def column_2d_filter(__array: np.ndarray) -> np.ndarray: ...
128
def column_1d_filter(__array: np.ndarray) -> np.ndarray: ...
129
def row_1d_filter(__array: np.ndarray) -> np.ndarray: ...
130
-def array_deepcopy(__array: np.ndarray, memo: tp.Dict[int, tp.Any]) -> np.ndarray: ...
+def array_deepcopy(__array: np.ndarray, memo: tp.Optional[tp.Dict[int, tp.Any]]) -> np.ndarray: ...
131
def resolve_dtype(__d1: np.dtype, __d2: np.dtype) -> np.dtype: ...
132
def resolve_dtype_iter(__dtypes: tp.Iterable[np.dtype]) -> np.dtype: ...
133
def isna_element(__value: tp.Any, include_none: bool = True) -> bool: ...
0 commit comments