Home
last modified time | relevance | path

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

/openbmc/openbmc/poky/bitbake/lib/bs4/
H A D__init__.py80NO_PARSER_SPECIFIED_WARNING = "No parser was explicitly specified, so I'm using the best available… variable in BeautifulSoup
164 warnings.warn(self.NO_PARSER_SPECIFIED_WARNING % dict(
/openbmc/openbmc/poky/bitbake/lib/bs4/tests/
H A Dtest_soup.py58 v = s.startswith(BeautifulSoup.NO_PARSER_SPECIFIED_WARNING[:80])