MCPcopy Create free account
hub / github.com/Codeya-IDE/deepin-ide / getPythonToolPath

Method getPythonToolPath

src/services/option/optionmanager.cpp:77–81  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

75}
76
77QString OptionManager::getPythonToolPath() const
78{
79 const auto &python = d->optionSettings.value(option::CATEGORY_PYTHON, "Interpreter");
80 return python.toMap().value("version").toMap().value("path").toString();
81}
82
83QString OptionManager::getNinjaToolPath() const
84{

Callers 5

getRunArgumentsMethod · 0.80
prepareDebugMethod · 0.80
getProjectInfoMethod · 0.80
initDataMethod · 0.80
setValuesMethod · 0.80

Calls 2

valueMethod · 0.45
toStringMethod · 0.45

Tested by

no test coverage detected