MCPcopy
hub / github.com/scrapy/scrapy / set_a

Method set_a

tests/test_extension_periodic_log.py:61–62  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

59
60class CustomPeriodicLog(PeriodicLog):
61 def set_a(self) -> None:
62 self.stats._stats = stats_dump_1
63
64 def set_b(self) -> None:
65 self.stats._stats = stats_dump_2

Callers 1

emulateMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected