Searched refs:_fetch_index (Results 1 – 1 of 1) sorted by relevance
/openbmc/openbmc/poky/bitbake/lib/bb/fetch2/ |
H A D | wget.py | 453 def _fetch_index(self, uri, ud, d): member in Wget 478 … soup = BeautifulSoup(self._fetch_index(url, ud, d), "html.parser", parse_only=SoupStrainer("a")) 527 …soup = BeautifulSoup(self._fetch_index(dirs_uri, ud, d), "html.parser", parse_only=SoupStrainer("a…
|