Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 5fd6366

Browse files
committedJun 21, 2021
adding function declarations to hashtable.pyi
1 parent 9770e4e commit 5fd6366

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
 

‎pandas/_libs/hashtable.pyi

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -228,3 +228,5 @@ def ismember(
228228
arr: np.ndarray,
229229
values: np.ndarray,
230230
) -> np.ndarray: ... # np.ndarray[bool]
231+
def object_hash(obj) -> int: ...
232+
def objects_are_equal(a, b) -> bool: ...

0 commit comments

Comments
 (0)
Please sign in to comment.