class codeop.Compile Instances of this class have __call__() methods identical in signature to the built-in function
InteractiveInterpreter.showsyntaxerror(filename=None) Display the syntax error that just occurred. This does not display a stack
InteractiveInterpreter.runsource(source, filename="", symbol="single") Compile and run some source in the interpreter. Arguments
InteractiveConsole.interact(banner=None) Closely emulate the interactive Python console. The optional banner argument
class code.InteractiveConsole(locals=None, filename="") Closely emulate the behavior of the interactive Python interpreter.
class codeop.CommandCompiler Instances of this class have __call__() methods identical in signature to c
Page 2 of 2