예제 #1
0
 def __init__(self):
     """"""
     ThreadManager.__init__(self)
     self.active_downloads = {}
     self.queue_downloads = OrderedDict()
     self.complete_downloads = {}
     self.stopped_downloads = {}
     self.global_slots = Slots()
예제 #2
0
 def __init__(self):
     """"""
     ThreadManager.__init__(self)
     self.active_downloads = {}
     self.queue_downloads = OrderedDict()
     self.complete_downloads = {}
     self.stopped_downloads = {}
     self.global_slots = Slots()
예제 #3
0
 def __init__(self):
     """"""
     DownloadCore.__init__(self) #inicializar download_core.py
     ThreadManager.__init__(self) #inicializar thread_manager.py
     self.global_slots = Slots() #slots.py
예제 #4
0
 def __init__(self):
     """"""
     DownloadCore.__init__(self)  #inicializar download_core.py
     ThreadManager.__init__(self)  #inicializar thread_manager.py
     self.global_slots = Slots()  #slots.py