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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
rpc.py 209 self.debug("remotecall:asynccall: ", oid, methodname)
210 seq = self.asynccall(oid, methodname, args, kwargs)
218 def asynccall(self, oid, methodname, args, kwargs): member in class:SocketIO
224 self.debug(("asynccall:%d:" % seq), oid, methodname, args, kwargs)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
rpc.py 209 self.debug("remotecall:asynccall: ", oid, methodname)
210 seq = self.asynccall(oid, methodname, args, kwargs)
218 def asynccall(self, oid, methodname, args, kwargs): member in class:SocketIO
224 self.debug(("asynccall:%d:" % seq), oid, methodname, args, kwargs)

Completed in 220 milliseconds