Home
last modified time | relevance | path

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

/external/autotest/site_utils/rpm_control_system/
DBeautifulSoup.py1018 def buildTagMap(default, *args): function
1139 self.instanceSelfClosingTags = buildTagMap(None, selfClosingTags)
1524 SELF_CLOSING_TAGS = buildTagMap(None,
1565 RESET_NESTING_TAGS = buildTagMap(None, NESTABLE_BLOCK_TAGS, 'noscript',
1570 NESTABLE_TAGS = buildTagMap([], NESTABLE_INLINE_TAGS, NESTABLE_BLOCK_TAGS,
1658 NESTABLE_TAGS = buildTagMap([], BeautifulSoup.NESTABLE_TAGS,
1672 RESET_NESTING_TAGS = buildTagMap('noscript')