MCPcopy
hub / github.com/scrapy/scrapy / setdict

Method setdict

scrapy/settings/__init__.py:543–544  ·  view source on GitHub ↗
(self, values: _SettingsInput, priority: int | str = "project")

Source from the content-addressed store, hash-verified

541 self.set(name, component_priority_dict, self.getpriority(name) or 0)
542
543 def setdict(self, values: _SettingsInput, priority: int | str = "project") -> None:
544 self.update(values, priority)
545
546 def setmodule(
547 self, module: ModuleType | str, priority: int | str = "project"

Callers 9

executeFunction · 0.80
get_project_settingsFunction · 0.80
update_settingsMethod · 0.80
process_optionsMethod · 0.80
get_raw_crawlerFunction · 0.80
test_setdict_aliasMethod · 0.80
test_copyMethod · 0.80

Calls 1

updateMethod · 0.95

Tested by 5

get_raw_crawlerFunction · 0.64
test_setdict_aliasMethod · 0.64
test_copyMethod · 0.64