示例#1
0
 def results(self):
     'Prints and plots the results.'
     results = Results()
     results.print_()
     if 'plot' in self.argv:
         results.plot()
     print 'resulted'