Home
last modified time | relevance | path

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

/external/autotest/site_utils/rpm_control_system/
DBeautifulSoup.py439 BARE_AMPERSAND_OR_BRACKET = re.compile("([<>]|" variable in PageElement
480 data = self.BARE_AMPERSAND_OR_BRACKET.sub(self._sub_entity, self)
741 val = self.BARE_AMPERSAND_OR_BRACKET.sub(self._sub_entity, val)