Home | History | Annotate | Download | only in idlelib

Lines Matching refs:myseq

282             self.getresponse(myseq=None, wait=0.05)
287 def getresponse(self, myseq, wait):
288 response = self._getresponse(myseq, wait)
303 def _getresponse(self, myseq, wait):
304 self.debug("_getresponse:myseq:", myseq)
308 response = self.pollresponse(myseq, wait)
313 cvar = self.cvars[myseq]
315 while myseq not in self.responses:
317 response = self.responses[myseq]
319 (myseq, response))
320 del self.responses[myseq]
321 del self.cvars[myseq]
394 def pollresponse(self, myseq, wait):
412 pollresponse() will loop until a response message with the myseq
439 self.debug("pollresponse:%d:myseq:%s" % (seq, myseq))
453 elif seq == myseq: