Home
last modified time | relevance | path

Searched refs:replace_with (Results 1 – 4 of 4) sorted by relevance

/openbmc/openbmc/poky/bitbake/lib/bs4/
H A Delement.py297 def replace_with(self, *args): member in PageElement
315 for idx, replace_with in enumerate(args, start=my_index):
316 old_parent.insert(idx, replace_with)
318 replaceWith = replace_with # BS3
345 me = self.replace_with(wrap_inside)
1528 a.replace_with(n)
H A Ddammit.py248 replace_with = """
249 value = value.replace('"', replace_with)
H A DCHANGELOG248 * The 'replace_with()' method now takes a variable number of arguments,
762 .replace_with() on an element that's not attached to a tree.
/openbmc/openbmc/poky/bitbake/lib/bs4/builder/
H A D_html5lib.py316 old_element.replace_with(new_element)
382 old_node.replace_with(new_str)