Home
last modified time | relevance | path

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

/external/autotest/site_utils/rpm_control_system/
DBeautifulSoup.py1574 CHARSET_RE = re.compile("((^|;)\s*charset=)([^;]*)", re.M) variable in BeautifulSoup
1595 match = self.CHARSET_RE.search(contentType)
1606 newAttr = self.CHARSET_RE.sub(rewrite, contentType)