# Stubs for requests.hooks (Python 3) from typing import Any HOOKS = ... # type: Any def default_hooks(): ... def dispatch_hook(key, hooks, hook_data, **kwargs): ...