Searched refs:parseOnlyThese (Results 1 – 1 of 1) sorted by relevance
1083 def __init__(self, markup="", parseOnlyThese=None, fromEncoding=None, argument1111 self.parseOnlyThese = parseOnlyThese1250 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)):