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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
PyShell.py 535 active_seq = None variable in class:ModifiedInterpreter
542 response = clt.pollresponse(self.active_seq, wait=0.05)
552 self.active_seq = None
760 self.active_seq = self.rpcclt.asyncqueue("exec", "runcode",
    [all...]
RemoteDebugger.py 303 self.shell.interp.active_seq = seq
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
PyShell.py 535 active_seq = None variable in class:ModifiedInterpreter
542 response = clt.pollresponse(self.active_seq, wait=0.05)
552 self.active_seq = None
760 self.active_seq = self.rpcclt.asyncqueue("exec", "runcode",
    [all...]
RemoteDebugger.py 303 self.shell.interp.active_seq = seq

Completed in 53 milliseconds