massive update, probably broken
[dotfiles/.git] / .config / coc / extensions / coc-python-data / languageServer.0.5.59 / Typeshed / third_party / 2and3 / requests / hooks.pyi
diff --git a/.config/coc/extensions/coc-python-data/languageServer.0.5.59/Typeshed/third_party/2and3/requests/hooks.pyi b/.config/coc/extensions/coc-python-data/languageServer.0.5.59/Typeshed/third_party/2and3/requests/hooks.pyi
new file mode 100644 (file)
index 0000000..d4493a2
--- /dev/null
@@ -0,0 +1,8 @@
+# Stubs for requests.hooks (Python 3)\r
+\r
+from typing import Any\r
+\r
+HOOKS = ...  # type: Any\r
+\r
+def default_hooks(): ...\r
+def dispatch_hook(key, hooks, hook_data, **kwargs): ...\r