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

Method overview_page

python/src/deltachat/provider.py:28–30  ·  view source on GitHub ↗

URL to the overview page of the provider on providers.delta.chat.

(self)

Source from the content-addressed store, hash-verified

26
27 @property
28 def overview_page(self) -> str:
29 """URL to the overview page of the provider on providers.delta.chat."""
30 return from_dc_charpointer(lib.dc_provider_get_overview_page(self._provider))
31
32 @property
33 def get_before_login_hints(self) -> str:

Callers

nothing calls this directly

Calls 1

from_dc_charpointerFunction · 0.85

Tested by

no test coverage detected