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

Method callhook

offlineimap/ui/UIBase.py:567–571  ·  view source on GitHub ↗
(self, msg)

Source from the content-addressed store, hash-verified

565 ################################################## Hooks
566
567 def callhook(self, msg):
568 if self.dryrun:
569 self.info("[DRYRUN] {0}".format(msg))
570 else:
571 self.info(msg)
572
573 ################################################## Other
574

Callers 1

__dosyncMethod · 0.45

Calls 2

infoMethod · 0.95
formatMethod · 0.45

Tested by

no test coverage detected