MCPcopy
hub / github.com/freedomofpress/dangerzone / handle_start

Method handle_start

dangerzone/gui/startup.py:189–191  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

187 succeeded = QtCore.Signal()
188
189 def handle_start(self) -> None:
190 self.starting.emit()
191 super().handle_start()
192
193 def handle_error(self, task: startup.Task, e: Exception) -> None:
194 self.failed.emit(str(e))

Callers

nothing calls this directly

Calls 2

emitMethod · 0.80
handle_startMethod · 0.45

Tested by

no test coverage detected