def testEpoch(self):
self.curChoice = self.curChoices.pop()
self.pieMenu.highlight(self.curChoice, style='pop')
self.src.setMarker(10.0*(self.choices.index(self.curChoice)+1.0))
# a little extra at the end to make sure we get the last segment
wx.CallLater(1000.0*self.trialSecs*1.1, self.testClassify)
评论列表
文章目录