Skip to content

Commit 93fc438

Browse files
committed
adding function declarations to hashtable.pyi
1 parent 9770e4e commit 93fc438

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pandas/_libs/hashtable.pyi

+3
Original file line numberDiff line numberDiff line change
@@ -228,3 +228,6 @@ def ismember(
228228
arr: np.ndarray,
229229
values: np.ndarray,
230230
) -> np.ndarray: ... # np.ndarray[bool]
231+
232+
def object_hash(obj) -> int: ...
233+
def objects_are_equal(a, b) -> bool: ...

0 commit comments

Comments
 (0)