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 """ |