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.
Please login to continue.