(self)
| 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). |
nothing calls this directly
no test coverage detected