def __init__( self, app ):
self.app = app
self.debugLog = self.app.debug_options.debugLogLogHistory
super().__init__()
self.all_commit_nodes = []
self.all_tags_by_rev = {}
self.__brush_is_tag = QtGui.QBrush( QtGui.QColor( 0, 0, 255 ) )
wb_svn_log_history_view.py 文件源码
python
阅读 23
收藏 0
点赞 0
评论 0
评论列表
文章目录