MCPcopy Create free account
hub / github.com/cxapython/catvm / __init__

Method __init__

selenium/scrapy_splash/middleware.py:225–230  ·  view source on GitHub ↗
(self, crawler, splash_base_url, slot_policy, log_400)

Source from the content-addressed store, hash-verified

223 remote_keys_key = '_splash_remote_keys'
224
225 def __init__(self, crawler, splash_base_url, slot_policy, log_400):
226 self.crawler = crawler
227 self.splash_base_url = splash_base_url
228 self.slot_policy = slot_policy
229 self.log_400 = log_400
230 self.crawler.signals.connect(self.spider_opened, signals.spider_opened)
231
232 @classmethod
233 def from_crawler(cls, crawler):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected