예제 #1
0
 def op_count(self):
     """Total operations performed for this crawler"""
     return Crawl.op_count(self)
예제 #2
0
 def op_count(self):
     """Total operations performed for this stage"""
     return Crawl.op_count(self.crawler, self)