We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a32c467 commit 4f10721Copy full SHA for 4f10721
pandas-stubs/core/dtypes/common.pyi
@@ -33,7 +33,7 @@ _ArrayOrDtype: TypeAlias = (
33
def is_object_dtype(arr_or_dtype: _ArrayOrDtype) -> bool: ...
34
def is_datetime64_dtype(arr_or_dtype: _ArrayOrDtype) -> bool: ...
35
def is_timedelta64_dtype(arr_or_dtype: _ArrayOrDtype) -> bool: ...
36
-def is_dtype_equal(source, target) -> bool: ...
+def is_dtype_equal(source: _ArrayOrDtype, target: _ArrayOrDtype) -> bool: ...
37
def is_string_dtype(arr_or_dtype: _ArrayOrDtype) -> bool: ...
38
def is_integer_dtype(arr_or_dtype: _ArrayOrDtype) -> bool: ...
39
def is_signed_integer_dtype(arr_or_dtype: _ArrayOrDtype) -> bool: ...
0 commit comments