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

Method wait_progress

python/src/deltachat/tracker.py:99–103  ·  view source on GitHub ↗
(self, data1=None)

Source from the content-addressed store, hash-verified

97 self._imap_finished.wait()
98
99 def wait_progress(self, data1=None):
100 while True:
101 evdata = self._progress.get()
102 if data1 is None or evdata == data1:
103 break
104
105 def wait_finish(self, timeout=None):
106 """

Callers

nothing calls this directly

Calls 1

getMethod · 0.45

Tested by

no test coverage detected