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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
rpc.py 269 pollresponse() will loop looking for seq number None, which
300 response = self.pollresponse(myseq, wait)
389 def pollresponse(self, myseq, wait): member in class:SocketIO
407 pollresponse() will loop until a response message with the myseq
434 self.debug("pollresponse:%d:myseq:%s" % (seq, myseq))
437 self.debug("pollresponse:%d:localcall:call:" % seq)
439 self.debug("pollresponse:%d:localcall:response:%s"
PyShell.py 542 response = clt.pollresponse(self.active_seq, wait=0.05)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
rpc.py 269 pollresponse() will loop looking for seq number None, which
300 response = self.pollresponse(myseq, wait)
389 def pollresponse(self, myseq, wait): member in class:SocketIO
407 pollresponse() will loop until a response message with the myseq
434 self.debug("pollresponse:%d:myseq:%s" % (seq, myseq))
437 self.debug("pollresponse:%d:localcall:call:" % seq)
439 self.debug("pollresponse:%d:localcall:response:%s"
PyShell.py 542 response = clt.pollresponse(self.active_seq, wait=0.05)
    [all...]

Completed in 805 milliseconds