Home | History | Annotate | Download | only in idlelib

Lines Matching refs:InteractiveInterpreter

17 from code import InteractiveInterpreter
361 class ModifiedInterpreter(InteractiveInterpreter):
366 InteractiveInterpreter.__init__(self, locals=locals)
631 InteractiveInterpreter.showsyntaxerror(self, filename)
651 # InteractiveInterpreter.runsource() calls its runcode() method,
653 return InteractiveInterpreter.runsource(self, source, filename)
704 InteractiveInterpreter.showsyntaxerror(self, filename)
726 InteractiveInterpreter.showtraceback(self)