For the complete documentation index, see llms.txt. This page is also available as Markdown.
exec_python
Execute a python statement.
stmt - a statement
returns: number 0 if executed the statement, otherwise an error string
Thread-safe function.
string or long exec_python(string stmt);