MCPcopy
hub / github.com/scrapy/scrapy / list

Method list

scrapy/interfaces.py:14–16  ·  view source on GitHub ↗

Return a list with the names of all spiders available in the project

()

Source from the content-addressed store, hash-verified

12 name is not found, it must raise a KeyError."""
13
14 def list():
15 """Return a list with the names of all spiders available in the
16 project"""
17
18 def find_by_request(request):
19 """Return the list of spiders names that can handle the given request"""

Callers 9

runMethod · 0.45
runMethod · 0.45
_join_partsMethod · 0.45
test_listMethod · 0.45
test_dupename_warningMethod · 0.45
test_dummy_spider_loaderFunction · 0.45

Calls

no outgoing calls

Tested by 6

test_listMethod · 0.36
test_dupename_warningMethod · 0.36
test_dummy_spider_loaderFunction · 0.36