Home
last modified time | relevance | path

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

/openbmc/openbmc/poky/bitbake/lib/bs4/
H A Ddammit.py53 xml_encoding = '^\\s*<\\?.*encoding=[\'"](.*?)[\'"].*\\?>' variable
58 'xml' : re.compile(xml_encoding.encode("ascii"), re.I),
62 'xml' : re.compile(xml_encoding, re.I)