def __init__()

in libmozdata/bugzilla.py [0:0]


    def __init__(
        self,
        bugids=None,
        include_fields="_default",
        bughandler=None,
        bugdata=None,
        historyhandler=None,
        historydata=None,
        commenthandler=None,
        commentdata=None,
        comment_include_fields=None,
        attachmentids=None,
        attachmenthandler=None,
        attachmentdata=None,
        attachment_include_fields=None,
        queries=None,
        **kwargs,