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

Method setPythonInterp

src/SourceCompile/CompileSourceFile.cpp:347–350  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 3

operator()Method · 0.45
compileFileSet_Method · 0.45
shutdownPythonInterpMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected