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

Method info

offlineimap/ui/UIBase.py:136–139  ·  view source on GitHub ↗

Display a message.

(self, msg)

Source from the content-addressed store, hash-verified

134 self.info(msg)
135
136 def info(self, msg):
137 """Display a message."""
138
139 self.logger.info(msg)
140
141 def warn(self, msg, minor=0):
142 self.logger.warning(msg)

Callers 15

_msgMethod · 0.95
makefolderMethod · 0.95
deletingmessagesMethod · 0.95
callhookMethod · 0.95
get_passFunction · 0.80
setUpModuleFunction · 0.80
tearDownModuleFunction · 0.80
setUpModuleFunction · 0.80
tearDownModuleFunction · 0.80
setUpModuleFunction · 0.80
tearDownModuleFunction · 0.80
writeMethod · 0.80

Calls

no outgoing calls

Tested by 6

setUpModuleFunction · 0.64
tearDownModuleFunction · 0.64
setUpModuleFunction · 0.64
tearDownModuleFunction · 0.64
setUpModuleFunction · 0.64
tearDownModuleFunction · 0.64