Searched refs:parseOnlyThese (Results 1 – 1 of 1) sorted by relevance
1080 def __init__(self, markup="", parseOnlyThese=None, fromEncoding=None, argument1108 self.parseOnlyThese = parseOnlyThese1247 if self.parseOnlyThese and len(self.tagStack) <= 1 and \1248 (not self.parseOnlyThese.text or \1249 not self.parseOnlyThese.search(currentData)):1340 if self.parseOnlyThese and len(self.tagStack) <= 1 \1341 and (self.parseOnlyThese.text or not self.parseOnlyThese.searchTag(name, attrs)):