Searched refs:fetch_attachment (Results 1 – 11 of 11) sorted by relevance
187 return self._tool.bugs.fetch_attachment(patch.id())285 rollout_patch = tool.bugs.fetch_attachment(106) # _patch6, a rollout patch.407 patch = queue._tool.bugs.fetch_attachment(128)414 patch = queue._tool.bugs.fetch_attachment(128)
67 mock_patch = queue._tool.bugs.fetch_attachment(197)78 mock_patch = ews._tool.bugs.fetch_attachment(197)
49 mock_work_item = MockTool().bugs.fetch_attachment(197)
211 patch = self._tool.bugs.fetch_attachment(patch_id)363 return self._tool.bugs.fetch_attachment(patch.id())
176 return map(lambda patch_id: tool.bugs.fetch_attachment(patch_id), args)
106 patch = self._tool.bugs.fetch_attachment(patch_id)
83 patch = tool.bugs.fetch_attachment(197)286 patch = tool.bugs.fetch_attachment(197)
106 patch = tool.bugs.fetch_attachment(197)
307 def fetch_attachment(self, attachment_id): member in MockBugzilla
386 def fetch_attachment(self, attachment_id): member in Bugzilla
25696 - Add fetch_attachment and bug_id_for_attachment_id.