Home
last modified time | relevance | path

Searched refs:_fetch_build_dictionary (Results 1 – 2 of 2) sorted by relevance

/external/webkit/Tools/Scripts/webkitpy/common/net/buildbot/
Dbuildbot.py77 build_dictionary = self._buildbot._fetch_build_dictionary(self, build_number)
371 def _fetch_build_dictionary(self, builder, build_number): member in BuildBot
Dbuildbot_unittest.py325 buildbot._fetch_build_dictionary = mock_fetch_build_dictionary