summaryrefslogtreecommitdiff
path: root/doc/docstrings/multi_assign.rst
blob: b494d2fcad9f279787f299e46bf0902159eda3cd (plain)
1
2
3
4
5
6
7
assign(sock_fd, object) -> None

Creates an association in the multi handle between the given socket and
a private object in the application.
Corresponds to `curl_multi_assign`_ in libcurl.

.. _curl_multi_assign: https://curl.haxx.se/libcurl/c/curl_multi_assign.html