HomeSort by relevance Sort by last modified time
    Searched refs:localcall (Results 1 - 2 of 2) sorted by null

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
rpc.py 166 def localcall(self, seq, request): member in class:SocketIO
167 self.debug("localcall:", request)
202 msg = "*** Internal Error: rpc.py:SocketIO.localcall()\n\n"\
395 'call' requests are passed to self.localcall() with the expectation of
400 request_queue by self.localcall(). Responses to queued requests are
437 self.debug("pollresponse:%d:localcall:call:" % seq)
438 response = self.localcall(seq, resq)
439 self.debug("pollresponse:%d:localcall:response:%s"
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
rpc.py 166 def localcall(self, seq, request): member in class:SocketIO
167 self.debug("localcall:", request)
202 msg = "*** Internal Error: rpc.py:SocketIO.localcall()\n\n"\
395 'call' requests are passed to self.localcall() with the expectation of
400 request_queue by self.localcall(). Responses to queued requests are
437 self.debug("pollresponse:%d:localcall:call:" % seq)
438 response = self.localcall(seq, resq)
439 self.debug("pollresponse:%d:localcall:response:%s"

Completed in 148 milliseconds