Home | History | Annotate | Download | only in idlelib

Lines Matching full:responses

136         self.responses = {}
298 # this thread does all reading of requests or responses
307 while myseq not in self.responses:
309 response = self.responses[myseq]
312 del self.responses[myseq]
393 and some may be responses for other threads.
400 request_queue by self.localcall(). Responses to queued requests are
408 sequence number is received, and will save other responses in
409 self.responses and notify the owning thread.
457 self.responses[seq] = resq
469 self.responses[key] = ('EOF', None)