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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
code.py 12 __all__ = ["InteractiveInterpreter", "InteractiveConsole", "interact",
29 """Base class for InteractiveConsole.
174 class InteractiveConsole(InteractiveInterpreter):
287 This is a backwards compatible interface to the InteractiveConsole
293 banner -- passed to InteractiveConsole.interact()
294 readfunc -- if not None, replaces InteractiveConsole.raw_input()
298 console = InteractiveConsole(local)
rexec.py 566 class RestrictedConsole(code.InteractiveConsole):
569 r.s_apply(code.InteractiveConsole.runcode, (self, co))
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
code.py 12 __all__ = ["InteractiveInterpreter", "InteractiveConsole", "interact",
29 """Base class for InteractiveConsole.
174 class InteractiveConsole(InteractiveInterpreter):
287 This is a backwards compatible interface to the InteractiveConsole
293 banner -- passed to InteractiveConsole.interact()
294 readfunc -- if not None, replaces InteractiveConsole.raw_input()
298 console = InteractiveConsole(local)
rexec.py 566 class RestrictedConsole(code.InteractiveConsole):
569 r.s_apply(code.InteractiveConsole.runcode, (self, co))

Completed in 638 milliseconds