|
Let us walk on the 3-isogeny graph
|
Functions | |
| default_hooks () | |
| dispatch_hook (key, hooks, hook_data, **kwargs) | |
Variables | |
| list | HOOKS = ["response"] |
requests.hooks
~~~~~~~~~~~~~~
This module provides the capabilities for the Requests hooks system.
Available hooks:
``response``:
The response generated from a Request.
| default_hooks | ( | ) |
| dispatch_hook | ( | key, | |
| hooks, | |||
| hook_data, | |||
| ** | kwargs | ||
| ) |
Dispatches a hook dictionary on a given piece of data.
Definition at line 22 of file hooks.py.
References i.