mirror of https://github.com/scrapy/scrapy.git
* method to detect spider creation in crawler * correct method name * method to know if crawlers has spiders * we do not need to issue requests * set exit code accordingly to spiders in crawlers * more portable way to check ofr exceptions * more clear way * test cases for several spiders per crawler * grammatically correct name for method * method is private * grammatically correct name for method * method is private * remove unused import * correct order of imports * changes mechanism of obtaining spider status from method to object member * rename tests |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| bench.py | ||
| check.py | ||
| crawl.py | ||
| edit.py | ||
| fetch.py | ||
| genspider.py | ||
| list.py | ||
| parse.py | ||
| runspider.py | ||
| settings.py | ||
| shell.py | ||
| startproject.py | ||
| version.py | ||
| view.py | ||