MCPcopy Create free account
hub / github.com/AstroPrint/AstroBox / __init__

Method __init__

src/astroprint/software.py:68–73  ·  view source on GitHub ↗
(self, progressCb, completionCb)

Source from the content-addressed store, hash-verified

66
67 class DepsInstallProgress(apt.progress.base.InstallProgress):
68 def __init__(self, progressCb, completionCb):
69 super(DepsInstallProgress, self).__init__()
70
71 self._progressCb = progressCb
72 self._completionCb = completionCb
73 self._logger = logging.getLogger(__name__)
74
75 def start_update(self):
76 self._logger.info("Dependency installation started")

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected