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

Method get_unconfigured_account

python/src/deltachat/testplugin.py:445–446  ·  view source on GitHub ↗
(self, closed=False)

Source from the content-addressed store, hash-verified

443 return None
444
445 def get_unconfigured_account(self, closed=False) -> Account:
446 return self._getaccount(closed=closed)
447
448 def _getaccount(self, try_cache_addr=None, closed=False) -> Account:
449 logid = f"ac{len(self._accounts) + 1}"

Calls 1

_getaccountMethod · 0.95

Tested by

no test coverage detected