Home | History | Annotate | Download | only in multiprocessing

Lines Matching defs:send

99     Send a message to manager using connection `c` and return response
101 c.send((id, methodname, args, kwds))
213 c.send(msg)
216 c.send(('#TRACEBACK', format_exc()))
219 util.info('Failure to send message: %r', msg)
233 send = conn.send
288 send(msg)
290 send(('#UNSERIALIZABLE', format_exc()))
348 c.send(('#RETURN', None))
422 c.send(('#RETURN', None))
553 writer.send(server.address)
758 conn.send((self._id, methodname, args, kwds))
969 _exposed_ = ('__next__', 'next', 'send', 'throw', 'close')
976 def send(self, *args):
977 return self._callmethod('send', args)