MCPcopy Create free account
hub / github.com/apache/nifi-minifi-cpp / getInterpreter

Function getInterpreter

extensions/script/python/PythonScriptEngine.cpp:30–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28namespace python {
29
30Interpreter *getInterpreter() {
31 static Interpreter interpreter;
32 return &interpreter;
33}
34
35PythonScriptEngine::PythonScriptEngine() {
36 auto intepreter = getInterpreter();

Callers 2

PythonScriptEngineMethod · 0.85
initializeMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected