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

  /external/python/cpython2/Lib/idlelib/
rpc.py 213 def remotequeue(self, oid, methodname, args, kwargs): member in class:SocketIO
214 self.debug("remotequeue:asyncqueue: ", oid, methodname)
PyShell.py 627 oid = self.rpcclt.remotequeue("exec", "stackviewer", ("flist",), {})
773 self.rpcclt.remotequeue("exec", "runcode", (code,), {})
    [all...]
  /external/python/cpython3/Lib/idlelib/
rpc.py 218 def remotequeue(self, oid, methodname, args, kwargs): member in class:SocketIO
219 self.debug("remotequeue:asyncqueue: ", oid, methodname)
pyshell.py 612 oid = self.rpcclt.remotequeue("exec", "stackviewer", ("flist",), {})
743 self.rpcclt.remotequeue("exec", "runcode", (code,), {})
    [all...]
  /prebuilts/gdb/darwin-x86/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/gdb/linux-x86/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/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 375 milliseconds