Searched refs:CommitWidget (Results 1 – 1 of 1) sorted by relevance
62 class CommitWidget(urwid.Text): class174 b = urwid.AttrMap(CommitWidget(self, commit), None, focus_map='reversed')183 def remove_commit(self, commit: CommitWidget) -> None: argument