massive update, probably broken
[dotfiles/.git] / .config / coc / extensions / coc-python-data / languageServer.0.5.59 / Typeshed / third_party / 2and3 / requests / hooks.pyi
1 # Stubs for requests.hooks (Python 3)\r
2 \r
3 from typing import Any\r
4 \r
5 HOOKS = ...  # type: Any\r
6 \r
7 def default_hooks(): ...\r
8 def dispatch_hook(key, hooks, hook_data, **kwargs): ...\r