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 9770e4e commit 5fd6366Copy full SHA for 5fd6366
pandas/_libs/hashtable.pyi
@@ -228,3 +228,5 @@ def ismember(
228
arr: np.ndarray,
229
values: np.ndarray,
230
) -> np.ndarray: ... # np.ndarray[bool]
231
+def object_hash(obj) -> int: ...
232
+def objects_are_equal(a, b) -> bool: ...
0 commit comments