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

Method get_connectivity_html

python/src/deltachat/account.py:681–682  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

679 return lib.dc_get_connectivity(self._dc_context)
680
681 def get_connectivity_html(self) -> str:
682 return from_dc_charpointer(lib.dc_get_connectivity_html(self._dc_context))
683
684 def start_io(self):
685 """start this account's IO scheduling (Rust-core async scheduler).

Callers

nothing calls this directly

Calls 1

from_dc_charpointerFunction · 0.85

Tested by

no test coverage detected