class SpiderLoader:
Class Method | from_settings |
Undocumented |
Method | find_by_request |
Return the list of spider names that can handle the given request. |
Method | list |
Return a list with the names of all spiders available in the project. |
Method | load |
Return the Spider class for the given spider name. If the spider name is not found, raise a KeyError. |
Method | __init__ |
Undocumented |
Method | _check_name_duplicates |
Undocumented |
Method | _load_all_spiders |
Undocumented |
Method | _load_spiders |
Undocumented |
Instance Variable | _found |
Undocumented |
Instance Variable | _spiders |
Undocumented |
Instance Variable | spider_modules |
Undocumented |
Instance Variable | warn_only |
Undocumented |