Home
last modified time | relevance | path

Searched refs:CommitWidget (Results 1 – 1 of 1) sorted by relevance

/third_party/mesa3d/bin/pick/
Dui.py62 class CommitWidget(urwid.Text): class
174 b = urwid.AttrMap(CommitWidget(self, commit), None, focus_map='reversed')
183 def remove_commit(self, commit: CommitWidget) -> None: argument