/usr/share/doc/python3-pycurl/doc/docstrings
Edit: /usr/share/doc/python3-pycurl/doc/docstrings/curl_reset.rst (276B)
reset() -> None
Reset all options set on curl handle to default values, but preserves
live connections, session ID cache, DNS cache, cookies, and shares.
Corresponds to `curl_easy_reset`_ in libcurl.
.. _curl_easy_reset: https://curl.haxx.se/libcurl/c/curl_easy_reset.html