MCPcopy Create free account
hub / github.com/PlotJuggler/PlotJuggler / makePythonEngine

Function makePythonEngine

pj_scripting/src/python_engine.cpp:251–253  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

249} // namespace
250
251std::shared_ptr<ScriptEngine> makePythonEngine(BudgetLimits /*limits*/) {
252 return std::make_shared<PythonEngine>();
253}
254
255} // namespace PJ::scripting

Callers 3

TESTFunction · 0.85
validateScriptMethod · 0.85
installTransformMethod · 0.85

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.68