Home
last modified time | relevance | path

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

/openbmc/openbmc/poky/bitbake/lib/bs4/
H A Delement.py1059 class PreformattedString(NavigableString): class
1086 class CData(PreformattedString):
1091 class ProcessingInstruction(PreformattedString):
1102 class Comment(PreformattedString):
1108 class Declaration(PreformattedString):
1114 class Doctype(PreformattedString):
1515 and not isinstance(a, PreformattedString)
1516 and not isinstance(b, PreformattedString)