Searched refs:NamespacedAttribute (Results 1 – 5 of 5) sorted by relevance
/openbmc/openbmc/poky/bitbake/lib/bs4/tests/ |
H A D | test_soup.py | 14 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.py | 13 NamespacedAttribute, 154 attribute = NamespacedAttribute( 168 attr = NamespacedAttribute(nsprefix, attr, namespace)
|
H A D | _html5lib.py | 13 NamespacedAttribute, 215 new_name = NamespacedAttribute(*name)
|
/openbmc/openbmc/poky/bitbake/lib/bs4/ |
H A D | element.py | 26 class NamespacedAttribute(str): class
|
H A D | NEWS.txt | 332 NamespacedAttribute.
|