Python codeop Functions

EditRocket provides the following information on codeop functions in the Python source code builder.

compile_command(source[, filename[, symbol]]) - Tries to compile source, which should be a string of Python code and return a code object if source is valid Python code.