| 630 | } |
| 631 | |
| 632 | void AbstractPythonInterface::updateDependencies() |
| 633 | { |
| 634 | runPackageScript(QStringLiteral("--upgrade"), true); |
| 635 | } |
| 636 | |
| 637 | void AbstractPythonInterface::runConcurrentScript(const QString &script, QStringList args, bool feedback) |
| 638 | { |
no outgoing calls
no test coverage detected