Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
251
std::shared_ptr<ScriptEngine> makePythonEngine(BudgetLimits /*limits*/) {
252
return std::make_shared<PythonEngine>();
253
}
254
255
} // namespace PJ::scripting
Callers
3
TEST
Function · 0.85
validateScript
Method · 0.85
installTransform
Method · 0.85
Calls
no outgoing calls
Tested by
1
TEST
Function · 0.68