MCPcopy Create free account
hub / github.com/answer-huang/dSYMTools / ListBoxClick

Method ListBoxClick

wxPython/dSYM.py:119–122  ·  view source on GitHub ↗
(self, event)

Source from the content-addressed store, hash-verified

117
118 #文件列表单击事件
119 def ListBoxClick(self, event):
120 self.selectedArchiveFilePath = self.filesList[event.GetSelection()]
121 self.getFilePath(self.selectedArchiveFilePath)
122 self.getArchiveUUID()
123
124 #获取文件UUID
125 def getArchiveUUID(self):

Callers

nothing calls this directly

Calls 2

getFilePathMethod · 0.95
getArchiveUUIDMethod · 0.95

Tested by

no test coverage detected