def __init__(self, got_focus=None): urwid.Edit.__init__(self) self.history = deque(maxlen=1000) self._history_index = -1 self._got_focus = got_focus