Searched refs:FetchUrl (Results 1 – 3 of 3) sorted by relevance
110 fetch_time = network.FetchUrl(url_pattern, bytes_to_fetch,
120 fetch_time = network.FetchUrl(self._fetch_url_pattern,
221 def FetchUrl(url_pattern, bytes_to_fetch=10, fetch_timeout=10): function