487
487
return self.distribution.getUsedBugTags()
489
def getUsedBugTagsWithOpenCounts(self, user, tag_limit=0, include_tags=None):
491
493
return get_bug_tags_open_count(
496
498
def _getOfficialTagClause(self):
497
499
return self.distribution._getOfficialTagClause()