Home
last modified time | relevance | path

Searched refs:parse_only (Results 1 – 5 of 5) sorted by relevance

/openbmc/openbmc/poky/bitbake/lib/bs4/
H A D__init__.py123 parse_only=None, from_encoding=None, exclude_encodings=None, argument
221 parse_only = parse_only or deprecated_argument(
311 self.parse_only = parse_only
611 if self.parse_only and len(self.tagStack) <= 1 and \
612 (not self.parse_only.text or \
613 not self.parse_only.search(current_data)):
744 if (self.parse_only and len(self.tagStack) <= 1
745 and (self.parse_only.text
746 or not self.parse_only.search_tag(name, attrs))):
/openbmc/openbmc/poky/bitbake/lib/bb/fetch2/
H A Dwget.py506 … soup = BeautifulSoup(self._fetch_index(url, ud, d), "html.parser", parse_only=SoupStrainer("a"))
555 …soup = BeautifulSoup(self._fetch_index(dirs_uri, ud, d), "html.parser", parse_only=SoupStrainer("a…
/openbmc/openbmc/poky/meta/lib/oe/
H A Ddistro_check.py19 soup = BeautifulSoup(create_socket(url,d), "html.parser", parse_only=SoupStrainer("a"))
/openbmc/openbmc/poky/bitbake/lib/bs4/builder/
H A D_html5lib.py88 if self.soup.parse_only is not None:
/openbmc/openbmc/poky/bitbake/lib/bb/
H A Dcookerdata.py100 elif self.options.parse_only: