libmozdata/patchanalysis.py [542:550]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    if isinstance(bug, numbers.Number):
        bug_id = bug
        bug = {}

        def bughandler(found_bug):
            bug.update(found_bug)

        def commenthandler(found_bug, bugid):
            bug["comments"] = found_bug["comments"]
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



libmozdata/patchanalysis.py [752:760]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    if isinstance(bug, numbers.Number):
        bug_id = bug
        bug = {}

        def bughandler(found_bug):
            bug.update(found_bug)

        def commenthandler(found_bug, bugid):
            bug["comments"] = found_bug["comments"]
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



