Searched refs:bug_cache (Results 1 – 2 of 2) sorted by relevance
218 self._bugzilla.bug_cache.values())261 bug_cache = _id_to_object_dictionary(_bug1, _bug2, _bug3, _bug4, _bug5) variable in MockBugzilla302 return Bug(self.bug_cache.get(bug_id), self)324 return self.bug_cache.get(bug_id)
21187 - Add _id_to_object_dictionary for generating bug_cache from list of bugs.21189 - Add fetch_bug support and a bug_cache.