send(obj)
Send an object to the other end of the connection which should be read using recv()
.
The object must be picklable. Very large pickles (approximately 32 MB+, though it depends on the OS) may raise a ValueError
exception.
send(obj)
Send an object to the other end of the connection which should be read using recv()
.
The object must be picklable. Very large pickles (approximately 32 MB+, though it depends on the OS) may raise a ValueError
exception.
Designed by : w10schools
service@w10schools.com
Please login to continue.