in libmozdata/bugzilla.py [0:0]
def get_data(self):
"""Collect the data"""
if not self.got_data:
self.got_data = True
if self.__is_bugid():
if self.bughandler.isactive():
self.__get_bugs()
if self.historyhandler.isactive():
self.__get_history()
if self.commenthandler.isactive():
self.__get_comment()
if self.attachmenthandler.isactive():
self.__get_attachment()
elif self.bughandler.isactive():
self.__get_bugs_for_history_comment()
return self