Python profile Functions

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

run(command[, filename]) -

runctx(command, globals, locals[, filename]) - This function is similar to run(), with added arguments to supply the globals and locals dictionaries for the command string.