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

Method log

python/src/deltachat/testplugin.py:289–290  ·  view source on GitHub ↗
(self, *args)

Source from the content-addressed store, hash-verified

287 self.init_time = init_time
288
289 def log(self, *args):
290 print("[acsetup]", f"{time.time() - self.init_time:.3f}", *args)
291
292 def add_configured(self, account):
293 """add an already configured account."""

Callers 5

add_configuredMethod · 0.95
start_configureMethod · 0.95
_onconfigure_start_ioMethod · 0.45
init_imapMethod · 0.45
introduce_each_otherMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected