Searched refs:PageElement (Results 1 – 3 of 3) sorted by relevance
/openbmc/openbmc/poky/bitbake/lib/bs4/ |
H A D | element.py | 144 class PageElement(object): class 528 if isinstance(predecessor, PageElement): 553 if isinstance(successor, PageElement): 933 class NavigableString(str, PageElement): 1011 def _all_strings(self, strip=False, types=PageElement.default): 1191 class Tag(PageElement): 1417 def _all_strings(self, strip=False, types=PageElement.default):
|
H A D | CHANGELOG | 73 * PageElement now implements the known_xml attribute. (This was technically 137 * Passing a Tag's .contents into PageElement.extend() now works the 311 (which are not implemented) to match PageElement.insert_before and 344 * Added PageElement.decomposed, a new property which lets you 362 * Added a performance optimization to PageElement.extract(). Patch by 379 * PageElement.select() now returns a ResultSet rather than a regular 473 * Added the PageElement.extend() method, which works like list.append(). 476 * PageElement.insert_before() and insert_after() now take a variable 1246 * Added PageElement.insert_before() and PageElement.insert_after(),
|
H A D | __init__.py | 52 PageElement,
|