Undocumented
Variable | logger |
Undocumented |
Class | DownloaderAwarePriorityQueue |
PriorityQueue which takes Downloader activity into account: domains (slots) with the least amount of active downloads are dequeued first. |
Class | DownloaderInterface |
No class docstring; 0/1 instance variable, 1/4 method documented |
Class | ScrapyPriorityQueue |
A priority queue implemented using multiple internal queues (typically, FIFO queues). It uses one internal queue for each priority value. The internal queue must implement the following methods: |
Function | _path_safe |
Return a filesystem-safe version of a string text |