MCPcopy Create free account
hub / github.com/chipsalliance/Surelog / shutdownPythonInterp

Method shutdownPythonInterp

src/SourceCompile/CompileSourceFile.cpp:352–356  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

350}
351
352void CompileSourceFile::shutdownPythonInterp() {
353 m_errors->setPythonInterp(nullptr);
354 PythonAPI::shutdown(m_interpState);
355 m_interpState = nullptr;
356}
357#endif
358} // namespace SURELOG

Callers 1

compileFileSet_Method · 0.80

Calls 1

setPythonInterpMethod · 0.45

Tested by

no test coverage detected