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

Method ShowFileType

wxPython/dSYM.py:169–170  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

167 event.Skip()
168
169 def ShowFileType(self):
170 self.fileTypeLB.Set(list([os.path.basename(filepath) for filepath in self.filesList]))
171
172 def getdSYMFileFromSqlite(self):
173 if os.path.exists('dsym.db'):

Callers 2

getdSYMFileFromSqliteMethod · 0.95
OnDropFilesMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected