class documentation

class CoreStats:

View In Hierarchy

Undocumented

Class Method from​_crawler Undocumented
Method __init__ Undocumented
Method item​_dropped Undocumented
Method item​_scraped Undocumented
Method response​_received Undocumented
Method spider​_closed Undocumented
Method spider​_opened Undocumented
Instance Variable start​_time Undocumented
Instance Variable stats Undocumented
@classmethod
def from_crawler(cls, crawler):

Undocumented

def __init__(self, stats):

Undocumented

def item_dropped(self, item, spider, exception):

Undocumented

def item_scraped(self, item, spider):

Undocumented

def response_received(self, spider):

Undocumented

def spider_closed(self, spider, reason):

Undocumented

def spider_opened(self, spider):

Undocumented

start_time =

Undocumented

stats =

Undocumented