Home | History | Annotate | Download | only in mb

Lines Matching defs:Fetch

442         # Fetch the /builders contents from the buildbot master. The
444 json_contents = self.Fetch(url)
1314 builds = json.loads(self.Fetch(url))
1406 def Fetch(self, url):