MCPcopy
hub / github.com/OfflineIMAP/offlineimap / update

Method update

offlineimap/ui/Curses.py:228–234  ·  view source on GitHub ↗

Update the xy position of the '.' (and possibly the aframe).

(self, acc_win, x, y)

Source from the content-addressed store, hash-verified

226 self.ui.exec_locked(locked_display)
227
228 def update(self, acc_win, x, y):
229 """Update the xy position of the '.' (and possibly the aframe)."""
230
231 self.window = acc_win
232 self.y = y
233 self.x = x
234 self.display()
235
236 def std_color(self):
237 self.setcolor('black')

Callers 8

ssl_wrap_socketMethod · 0.45
callhookMethod · 0.45
evalMethod · 0.45
setwindowMethod · 0.45
getmessagelabelsMethod · 0.45
savemessageMethod · 0.45
savemessagelabelsMethod · 0.45
savemessageMethod · 0.45

Calls 1

displayMethod · 0.95

Tested by

no test coverage detected