Exemplo n.º 1
0
 def run(self):
     """
     Called from *start* fn and wrapped in a try-catch block.
     Should be overwritten in child class
     :returns report: JSON
     """
     raise AnalyzerRunNotImplemented(self.analyzer_name)
Exemplo n.º 2
0
 def run(self):
     # this should be overwritten in
     # child class
     raise AnalyzerRunNotImplemented(self.analyzer_name)