MCPcopy
hub / github.com/scrapy/scrapy / parse

Method parse

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

Source from the content-addressed store, hash-verified

59 self.start_urls = map(mockserver.url, PATHS)
60
61 def parse(self, response):
62 return {"path": urlparse_cached(response).path}
63
64
65class InterfaceCheckMixin:

Callers

nothing calls this directly

Calls 1

urlparse_cachedFunction · 0.90

Tested by

no test coverage detected