Home
last modified time | relevance | path

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

/external/autotest/site_utils/rpm_control_system/
DBeautifulSoup.py1083 def __init__(self, markup="", parseOnlyThese=None, fromEncoding=None, argument
1111 self.parseOnlyThese = parseOnlyThese
1250 if self.parseOnlyThese and len(self.tagStack) <= 1 and \
1251 (not self.parseOnlyThese.text or \
1252 not self.parseOnlyThese.search(currentData)):
1343 if self.parseOnlyThese and len(self.tagStack) <= 1 \
1344 and (self.parseOnlyThese.text or not self.parseOnlyThese.searchTag(name, attrs)):