Return a list with the names of all spiders available in the project
()
| 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""" |
no outgoing calls