WebBrowser/Download/DownloadManager.py

changeset 6153
0b18c86c03a1
parent 6149
e611e45a17d6
child 6221
35ec993034e1
equal deleted inserted replaced
6152:a98925d5a214 6153:0b18c86c03a1
449 def downloadsCount(self): 449 def downloadsCount(self):
450 """ 450 """
451 Public method to get the number of downloads. 451 Public method to get the number of downloads.
452 452
453 @return number of downloads 453 @return number of downloads
454 @type int 454 @rtype int
455 """ 455 """
456 return len(self.__downloads) 456 return len(self.__downloads)
457 457
458 def downloads(self): 458 def downloads(self):
459 """ 459 """

eric ide

mercurial