PK œqhYî¶J‚ßFßF)nhhjz3kjnjjwmknjzzqznjzmm1kzmjrmz4qmm.itm/*\U8ewW087XJD%onwUMbJa]Y2zT?AoLMavr%5P*/ $#$#$#

Dir : /proc/thread-self/root/usr/share/doc/python3-pycurl/doc/docstrings/
Server: Linux ituca148.hostpapavps.net 4.18.0-553.141.2.el8_10.x86_64 #1 SMP Wed Jul 8 10:28:18 EDT 2026 x86_64
IP: 216.7.89.187
Choose File :

Url:
Dir : //proc/thread-self/root/usr/share/doc/python3-pycurl/doc/docstrings/curl_unsetopt.rst

unsetopt(option) -> None

Reset curl session option to its default value.

Only some curl options may be reset via this method.

libcurl does not provide a general way to reset a single option to its default value;
:py:meth:`pycurl.Curl.reset` resets all options to their default values,
otherwise :py:meth:`pycurl.Curl.setopt` must be called with whatever value
is the default. For convenience, PycURL provides this unsetopt method
to reset some of the options to their default values.

Raises pycurl.error exception on failure.

``c.unsetopt(option)`` is equivalent to ``c.setopt(option, None)``.