Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Codeya-IDE/deepin-ide
/ checkInstalled
Method
checkInstalled
src/plugins/python/installer/pipinstaller.cpp:28–31 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
26
}
27
28
bool PIPInstaller::checkInstalled(const QString &package)
29
{
30
return checkInstalled(
"python3"
, package);
31
}
32
33
void PIPInstaller::install(const InstallInfo &info)
34
{
Callers
1
prepareDebug
Method · 0.45
Calls
8
insert
Method · 0.80
setProcessEnvironment
Method · 0.80
readAllStandardOutput
Method · 0.80
packageInstallPath
Function · 0.50
contains
Method · 0.45
remove
Method · 0.45
start
Method · 0.45
isEmpty
Method · 0.45
Tested by
no test coverage detected