MCPcopy
hub / github.com/OfflineIMAP/offlineimap / _msg

Method _msg

offlineimap/ui/UIBase.py:130–134  ·  view source on GitHub ↗

Display a message.

(self, msg)

Source from the content-addressed store, hash-verified

128 fh.emit(record)
129
130 def _msg(self, msg):
131 """Display a message."""
132
133 # TODO: legacy function, rip out.
134 self.info(msg)
135
136 def info(self, msg):
137 """Display a message."""

Callers 6

serverdiagnosticsMethod · 0.95
__parse_cmd_optionsMethod · 0.45
import_other_backendMethod · 0.45
__upgrade_dbMethod · 0.45
__create_dbMethod · 0.45
cachemessagelistMethod · 0.45

Calls 1

infoMethod · 0.95

Tested by

no test coverage detected