Home
last modified time | relevance | path

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

/openbmc/openbmc/poky/bitbake/lib/bs4/
H A Delement.py69 CHARSET_RE = re.compile(r"((^|;)\s*charset=)([^;]*)", re.M) variable in ContentMetaAttributeValue
72 match = cls.CHARSET_RE.search(original_value)
84 return self.CHARSET_RE.sub(rewrite, self.original_value)