Пример #1
0
 def get_max_desired_speed(self, direct):
     """ Returns the maximum desired upload/download speed for this Download.
     @return The previously set speed in KB/s 
     """
     return DownloadImpl.get_max_desired_speed(self, direct)
Пример #2
0
 def get_max_desired_speed(self,direct):
     """ Returns the maximum desired upload/download speed for this Download.
     @return The previously set speed in KB/s 
     """
     return DownloadImpl.get_max_desired_speed(self,direct)