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

Method install

src/plugins/python/installer/pipinstaller.cpp:33–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31}
32
33void PIPInstaller::install(const InstallInfo &info)
34{
35 return install("python3", info);
36}
37
38bool PIPInstaller::checkInstalled(const QString &python, const QString &package)
39{

Callers 1

notifyToInstallMethod · 0.45

Calls 6

packageInstallPathFunction · 0.50
getValueMethod · 0.45
toStringMethod · 0.45
valueMethod · 0.45
isEmptyMethod · 0.45
executeCommandMethod · 0.45

Tested by

no test coverage detected