Home
last modified time | relevance | path

Searched refs:localcall (Results 1 - 1 of 1) sorted by relevance

/third_party/python/Lib/idlelib/
H A Drpc.py170 def localcall(self, seq, request): member in SocketIO
171 self.debug("localcall:", request)
210 msg = "*** Internal Error: rpc.py:SocketIO.localcall()\n\n"\
403 'call' requests are passed to self.localcall() with the expectation of
408 request_queue by self.localcall(). Responses to queued requests are
445 self.debug("pollresponse:%d:localcall:call:" % seq)
446 response = self.localcall(seq, resq)
447 self.debug("pollresponse:%d:localcall:response:%s"

Completed in 1 milliseconds