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

Method wait_configured

python/src/deltachat/testplugin.py:529–531  ·  view source on GitHub ↗

Wait until the specified account has successfully completed configure.

(self, account)

Source from the content-addressed store, hash-verified

527 return ac
528
529 def wait_configured(self, account) -> None:
530 """Wait until the specified account has successfully completed configure."""
531 self._acsetup.wait_one_configured(account)
532
533 def bring_accounts_online(self) -> None:
534 print("bringing accounts online")

Callers 2

run_bot_processMethod · 0.95
test_configure_canceledFunction · 0.80

Calls 1

wait_one_configuredMethod · 0.80

Tested by

no test coverage detected