massive update, probably broken
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-pyright / node_modules / pyright / dist / typeshed-fallback / stubs / pyfarmhash / farmhash.pyi
diff --git a/.config/coc/extensions/node_modules/coc-pyright/node_modules/pyright/dist/typeshed-fallback/stubs/pyfarmhash/farmhash.pyi b/.config/coc/extensions/node_modules/coc-pyright/node_modules/pyright/dist/typeshed-fallback/stubs/pyfarmhash/farmhash.pyi
new file mode 100644 (file)
index 0000000..8b8fd0e
--- /dev/null
@@ -0,0 +1,9 @@
+def fingerprint128(__a: str) -> tuple[int, int]: ...
+def fingerprint32(__a: str) -> int: ...
+def fingerprint64(__a: str) -> int: ...
+def hash128(__a: str) -> tuple[int, int]: ...
+def hash128withseed(__a: str, __seed_low: int, __seed_high: int) -> tuple[int, int]: ...
+def hash32(__a: str) -> int: ...
+def hash32withseed(__a: str, __seed: int) -> int: ...
+def hash64(__a: str) -> int: ...
+def hash64withseed(__a: str, __seed: int) -> int: ...