Searched refs:fetch_bug_dictionary (Results 1 – 5 of 5) sorted by relevance
345 def fetch_bug_dictionary(self, bug_id): member in Bugzilla357 return Bug(self.fetch_bug_dictionary(bug_id), self)
323 def fetch_bug_dictionary(self, bug_id): member in MockBugzilla
402 …log("Bug: <%s> %s" % (tool.bugs.bug_url_for_bug_id(bug_id), tool.bugs.fetch_bug_dictionary(bug_id)…
21241 … - Rename fetch_bug to fetch_bug_dictionary and add a new fetch_bug which returns a Bug object.21252 - Use fetch_bug_dictionary instead of fetch_bug.
22275 Allow Ctrl+C inside Bugzilla::fetch_bug_dictionary