Searched refs:attachment_dictionary (Results 1 – 3 of 3) sorted by relevance
38 def __init__(self, attachment_dictionary, bug): argument39 self._attachment_dictionary = attachment_dictionary
311 attachment_dictionary = self.attachment_cache.get(attachment_id)312 if not attachment_dictionary:315 bug = self.fetch_bug(attachment_dictionary["bug_id"])
189 attachment_dictionary = {201 return Attachment(attachment_dictionary, None)