class ExecutionEngine:
Undocumented
Method | __init__ |
Undocumented |
Method | _close_all_spiders |
Undocumented |
Method | _download |
Undocumented |
Method | _downloaded |
Undocumented |
Method | _finish_stopping_engine |
Undocumented |
Method | _handle_downloader_output |
Undocumented |
Method | _needs_backout |
Undocumented |
Method | _next_request |
Undocumented |
Method | _next_request_from_scheduler |
Undocumented |
Method | _spider_idle |
No summary |
Method | close |
Close the execution engine gracefully. |
Method | close_spider |
Close (cancel) spider and clear all its outstanding requests |
Method | crawl |
Undocumented |
Method | download |
Undocumented |
Method | has_capacity |
Does the engine have capacity to handle more spiders |
Method | open_spider |
Undocumented |
Method | pause |
Pause the execution engine |
Method | schedule |
Undocumented |
Method | spider_is_idle |
Undocumented |
Method | start |
Start the execution engine |
Method | stop |
Stop the execution engine gracefully |
Method | unpause |
Resume the execution engine |
Instance Variable | _closewait |
Undocumented |
Instance Variable | _spider_closed_callback |
Undocumented |
Instance Variable | crawler |
Undocumented |
Instance Variable | downloader |
Undocumented |
Instance Variable | logformatter |
Undocumented |
Instance Variable | paused |
Undocumented |
Instance Variable | running |
Undocumented |
Instance Variable | scheduler_cls |
Undocumented |
Instance Variable | scraper |
Undocumented |
Instance Variable | settings |
Undocumented |
Instance Variable | signals |
Undocumented |
Instance Variable | slot |
Undocumented |
Instance Variable | spider |
Undocumented |
Instance Variable | start_time |
Undocumented |
Property | open_spiders |
Undocumented |
Close the execution engine gracefully.
If it has already been started, stop it. In all cases, close all spiders and the downloader.