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