MCPcopy
hub / github.com/scrapy/scrapy / cb

Method cb

tests/test_pipeline_files.py:91–93  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

89 parent_persist_file = super().persist_file
90
91 def cb():
92 parent_persist_file(path, buf, info, meta=meta, headers=headers)
93 deferred.callback(None)
94
95 call_later(0.5, cb)
96 return deferred

Callers

nothing calls this directly

Calls 1

callbackMethod · 0.80

Tested by

no test coverage detected