MCPcopy Create free account
hub / github.com/chatmail/core / log_execution

Method log_execution

python/src/deltachat/events.py:235–238  ·  view source on GitHub ↗
(self, message)

Source from the content-addressed store, hash-verified

233
234 @contextmanager
235 def log_execution(self, message):
236 self.account.log(message + " START")
237 yield
238 self.account.log(message + " FINISHED")
239
240 def mark_shutdown(self) -> None:
241 self._marked_for_shutdown = True

Callers 1

runMethod · 0.95

Calls 1

logMethod · 0.45

Tested by

no test coverage detected