|
Let us walk on the 3-isogeny graph
|
Functions | |
| None | raise_for_status (Response resp) |
| Generator[bytes, None, None] | response_chunks (Response response, int chunk_size=CONTENT_CHUNK_SIZE) |
Variables | |
| dict | HEADERS = {"Accept-Encoding": "identity"} |
Definition at line 29 of file utils.py.
References i.
| Generator[bytes, None, None] response_chunks | ( | Response | response, |
| int | chunk_size = CONTENT_CHUNK_SIZE |
||
| ) |
Given a requests Response, provide the data chunks.
Definition at line 57 of file utils.py.
References i.
| dict HEADERS = {"Accept-Encoding": "identity"} |