class documentation

class DownloaderInterface:

View In Hierarchy

Undocumented

Method __init__ Undocumented
Method ​_active​_downloads Return a number of requests in a Downloader for a given slot
Method get​_slot​_key Undocumented
Method stats Undocumented
Instance Variable downloader Undocumented
def __init__(self, crawler):

Undocumented

def _active_downloads(self, slot):
Return a number of requests in a Downloader for a given slot
def get_slot_key(self, request):

Undocumented

def stats(self, possible_slots):

Undocumented

downloader =

Undocumented