Searched refs:stacklevel (Results 1 – 7 of 7) sorted by relevance
/openbmc/openbmc/poky/bitbake/lib/bs4/builder/ |
H A D | __init__.py | 517 def warn_if_markup_looks_like_xml(cls, markup, stacklevel=3): argument 542 cls._warn(stacklevel=stacklevel+2) 547 def _warn(cls, stacklevel=5): argument 551 stacklevel=stacklevel
|
H A D | _html5lib.py | 75 stacklevel=3 81 markup, stacklevel=3 91 stacklevel=4
|
H A D | _lxml.py | 183 markup, stacklevel=3
|
/openbmc/openbmc/poky/bitbake/lib/bs4/ |
H A D | __init__.py | 216 DeprecationWarning, stacklevel=3 301 GuessedAtParserWarning, stacklevel=2 435 stacklevel=3 466 MarkupResemblesLocatorWarning, stacklevel=3 820 DeprecationWarning, stacklevel=2
|
H A D | element.py | 800 DeprecationWarning, stacklevel=_stacklevel 1615 DeprecationWarning, stacklevel=2 2140 DeprecationWarning, stacklevel=2 2171 DeprecationWarning, stacklevel=2
|
H A D | CHANGELOG | 16 * Added the correct stacklevel to instances of the XMLParsedAsHTMLWarning. 134 * Warnings now do their best to provide an appropriate stacklevel,
|
/openbmc/openbmc/poky/bitbake/lib/bb/ |
H A D | __init__.py | 187 stacklevel=2)
|