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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
rpc.py 213 def remotequeue(self, oid, methodname, args, kwargs): member in class:SocketIO
214 self.debug("remotequeue:asyncqueue: ", oid, methodname)
PyShell.py 598 oid = self.rpcclt.remotequeue("exec", "stackviewer", ("flist",), {})
743 self.rpcclt.remotequeue("exec", "runcode", (code,), {})
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
rpc.py 213 def remotequeue(self, oid, methodname, args, kwargs): member in class:SocketIO
214 self.debug("remotequeue:asyncqueue: ", oid, methodname)
PyShell.py 598 oid = self.rpcclt.remotequeue("exec", "stackviewer", ("flist",), {})
743 self.rpcclt.remotequeue("exec", "runcode", (code,), {})
    [all...]

Completed in 585 milliseconds