Undocumented
Module | default_settings |
This module contains the default values for all settings used by Scrapy. |
From __init__.py
:
Class | BaseSettings |
Instances of this class behave like dictionaries, but store priorities along with their (key, value) pairs, and can be frozen (i.e. marked immutable). |
Class | Settings |
This object stores Scrapy settings for the configuration of internal components, and can be used for any further customization. |
Function | get_settings_priority |
Small helper function that looks up a given string priority in the ~scrapy.settings.SETTINGS_PRIORITIES dictionary and returns its numerical value, or directly returns a given numerical priority. |
Constant | SETTINGS_PRIORITIES |
Undocumented |
Class | _DictProxy |
Undocumented |
Class | SettingsAttribute |
Class for storing data related to settings attributes. |
Function | iter_default_settings |
Return the default settings as an iterator of (name, value) tuples |
Function | overridden_settings |
Return a dict of the settings that have been overridden |
dict[ str, int]
=
Undocumented
Value |
|