in src/main/java/pemja/core/PythonInterpreter.java [122:125]
public void exec(String str) { checkPythonInterpreterRunning(); exec(tState, str); }