| 345 | |
| 346 | #ifdef SURELOG_WITH_PYTHON |
| 347 | void CompileSourceFile::setPythonInterp(PyThreadState* interpState) { |
| 348 | m_interpState = interpState; |
| 349 | m_errors->setPythonInterp(interpState); |
| 350 | } |
| 351 | |
| 352 | void CompileSourceFile::shutdownPythonInterp() { |
| 353 | m_errors->setPythonInterp(nullptr); |
no outgoing calls
no test coverage detected