Home
/
Python 3.11
/
Multiprocessing
/
send
Python 3.0
Python 3.9
Python 3.11
Functions
ID
EN
…
Multiprocessing
send
Python 3.11
Send an object to the other end of the connection which should be read using recv().
Syntax
PYTHON
Copy
send(obj)
See Also
recv()
ValueError