HomeSort by relevance Sort by last modified time
    Searched refs:response_queue (Results 1 - 4 of 4) sorted by null

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
run.py 101 rpc.response_queue.put((seq, ret))
112 rpc.response_queue.put((seq, None))
rpc.py 121 response_queue = Queue.Queue(0) variable
401 taken from response_queue and sent across the link with the associated
405 sequence number in the response_queue.
415 qmsg = response_queue.get(0)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
run.py 101 rpc.response_queue.put((seq, ret))
112 rpc.response_queue.put((seq, None))
rpc.py 121 response_queue = Queue.Queue(0) variable
401 taken from response_queue and sent across the link with the associated
405 sequence number in the response_queue.
415 qmsg = response_queue.get(0)

Completed in 124 milliseconds