class codeop.Compile Instances of this class have __call__() methods identical in signature to the built-in function
codeop.compile_command(source, filename="", symbol="single") Tries to compile source, which should be a string of Python
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