massive update, probably broken
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-pyright / node_modules / pyright / dist / typeshed-fallback / stubs / pyfarmhash / farmhash.pyi
1 def fingerprint128(__a: str) -> tuple[int, int]: ...
2 def fingerprint32(__a: str) -> int: ...
3 def fingerprint64(__a: str) -> int: ...
4 def hash128(__a: str) -> tuple[int, int]: ...
5 def hash128withseed(__a: str, __seed_low: int, __seed_high: int) -> tuple[int, int]: ...
6 def hash32(__a: str) -> int: ...
7 def hash32withseed(__a: str, __seed: int) -> int: ...
8 def hash64(__a: str) -> int: ...
9 def hash64withseed(__a: str, __seed: int) -> int: ...