コード例 #1
0
 def _subtree_selection_items(self, idx):
     item = self.topLevelItem(idx)
     return qtutils.tree_selection_items(item)
コード例 #2
0
ファイル: status.py プロジェクト: aj-bagwell/git-cola
 def _subtree_selection_items(self, idx):
     item = self.topLevelItem(idx)
     return qtutils.tree_selection_items(item)