Home
last modified time | relevance | path

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

/openbmc/openbmc/poky/bitbake/lib/bs4/tests/
H A Dtest_soup.py14 NamespacedAttribute,
442 a = NamespacedAttribute("xmlns", None)
446 a = NamespacedAttribute("a", "b")
450 a = NamespacedAttribute("a", "b", "c")
451 b = NamespacedAttribute("a", "b", "c")
455 c = NamespacedAttribute("a", "b", None)
459 d = NamespacedAttribute("a", "z", "c")
462 e = NamespacedAttribute("z", "b", "c")
/openbmc/openbmc/poky/bitbake/lib/bs4/builder/
H A D_lxml.py13 NamespacedAttribute,
154 attribute = NamespacedAttribute(
168 attr = NamespacedAttribute(nsprefix, attr, namespace)
H A D_html5lib.py13 NamespacedAttribute,
215 new_name = NamespacedAttribute(*name)
/openbmc/openbmc/poky/bitbake/lib/bs4/
H A Delement.py26 class NamespacedAttribute(str): class
H A DNEWS.txt332 NamespacedAttribute.