MCPcopy
hub / github.com/scrapy/scrapy / info

Method info

scrapy/http/cookies.py:210–211  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

208 self.response = response
209
210 def info(self) -> Self:
211 return self
212
213 def get_all(self, name: str, default: Any = None) -> list[str]:
214 return [

Callers 15

from_crawlerMethod · 0.80
load_settingsMethod · 0.80
_apply_settingsMethod · 0.80
_log_shutdownMethod · 0.80
_log_killMethod · 0.80
close_spiderMethod · 0.80
_sent_okMethod · 0.80
log_scrapy_infoFunction · 0.80
_dqMethod · 0.80
open_spider_asyncMethod · 0.80
close_spider_asyncMethod · 0.80

Calls

no outgoing calls

Tested by 14

parseMethod · 0.64
startMethod · 0.64
storeMethod · 0.64
parseMethod · 0.64
process_spider_inputMethod · 0.64
errbackMethod · 0.64
alt_callbackMethod · 0.64