Searched refs:_run_script_in_interpreter (Results 1 – 1 of 1) sorted by relevance
1922 _run_script_in_interpreter(PyInterpreterState *interp, const char *codestr, in _run_script_in_interpreter() function2203 if (_run_script_in_interpreter(interp, codestr, shared) != 0) { in interp_run_string()