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

Method emit

dangerzone/gui/log_window.py:34–36  ·  view source on GitHub ↗
(self, record: logging.LogRecord)

Source from the content-addressed store, hash-verified

32 return self._log_signal.new_record
33
34 def emit(self, record: logging.LogRecord) -> None:
35 msg = self.format(record)
36 self._log_signal.new_record.emit(msg + "\n")
37
38
39class LogWindow(QtWidgets.QDialog):

Callers 15

handle_skipMethod · 0.80
handle_startMethod · 0.80
handle_errorMethod · 0.80
handle_successMethod · 0.80
askMethod · 0.80
runMethod · 0.80
_download_containerMethod · 0.80
prompt_userMethod · 0.80
handle_app_updateMethod · 0.80
handle_startMethod · 0.80
handle_errorMethod · 0.80

Calls 1

formatMethod · 0.80