File: share_close.rst

package info (click to toggle)
pycurl 7.45.7-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,780 kB
  • sloc: python: 8,663; ansic: 6,891; makefile: 202; sh: 183
file content (10 lines) | stat: -rw-r--r-- 313 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
close() -> None

Close shared handle.

Corresponds to `curl_share_cleanup`_ in libcurl. This method is
automatically called by pycurl when a CurlShare object no longer has
any references to it, but can also be called explicitly.

.. _curl_share_cleanup:
    https://curl.haxx.se/libcurl/c/curl_share_cleanup.html