Home | History | Annotate | Download | only in idlelib

Lines Matching refs:myseq

274             self.getresponse(myseq=None, wait=0.05)
279 def getresponse(self, myseq, wait):
280 response = self._getresponse(myseq, wait)
295 def _getresponse(self, myseq, wait):
296 self.debug("_getresponse:myseq:", myseq)
300 response = self.pollresponse(myseq, wait)
305 cvar = self.cvars[myseq]
307 while myseq not in self.responses:
309 response = self.responses[myseq]
311 (myseq, response))
312 del self.responses[myseq]
313 del self.cvars[myseq]
389 def pollresponse(self, myseq, wait):
407 pollresponse() will loop until a response message with the myseq
434 self.debug("pollresponse:%d:myseq:%s" % (seq, myseq))
448 elif seq == myseq: