MCPcopy
hub / github.com/scrapy/scrapy / _persist_stats

Method _persist_stats

scrapy/statscollectors.py:99–100  ·  view source on GitHub ↗
(self, stats: StatsT)

Source from the content-addressed store, hash-verified

97 self._persist_stats(self._stats)
98
99 def _persist_stats(self, stats: StatsT) -> None:
100 pass
101
102
103class MemoryStatsCollector(StatsCollector):

Callers 1

close_spiderMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected