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

Method handle_start

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

Source from the content-addressed store, hash-verified

40 super().handle_skip() # type: ignore [misc]
41
42 def handle_start(self) -> None:
43 self.starting.emit()
44 super().handle_start() # type: ignore [misc]
45
46 def handle_error(self, e: Exception) -> None:
47 self.failed.emit(str(e))

Callers 1

handle_startMethod · 0.45

Calls 1

emitMethod · 0.80

Tested by

no test coverage detected