We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9770e4e commit 93fc438Copy full SHA for 93fc438
pandas/_libs/hashtable.pyi
@@ -228,3 +228,6 @@ def ismember(
228
arr: np.ndarray,
229
values: np.ndarray,
230
) -> np.ndarray: ... # np.ndarray[bool]
231
+
232
+def object_hash(obj) -> int: ...
233
+def objects_are_equal(a, b) -> bool: ...
0 commit comments