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

Method add_configured

python/src/deltachat/testplugin.py:292–296  ·  view source on GitHub ↗

add an already configured account.

(self, account)

Source from the content-addressed store, hash-verified

290 print("[acsetup]", f"{time.time() - self.init_time:.3f}", *args)
291
292 def add_configured(self, account):
293 """add an already configured account."""
294 assert account.is_configured()
295 self._account2state[account] = self.CONFIGURED
296 self.log("added already configured account", account, account.get_config("addr"))
297
298 def start_configure(self, account):
299 """add an account and start its configure process."""

Callers 1

Calls 3

logMethod · 0.95
is_configuredMethod · 0.45
get_configMethod · 0.45

Tested by

no test coverage detected