Home
last modified time | relevance | path

Searched refs:_run_script (Results 1 – 1 of 1) sorted by relevance

/external/python/cpython3/Modules/
D_xxsubinterpretersmodule.c1856 _run_script(PyInterpreterState *interp, const char *codestr, in _run_script() function
1938 int result = _run_script(interp, codestr, shared, &exc); in _run_script_in_interpreter()