Searched refs:_matches (Results 1 – 1 of 1) sorted by relevance
921 or (markup and self._matches(markup, self.name)) \922 or (not markup and self._matches(markupName, self.name)):937 if not self._matches(attrValue, matchAgainst):967 if self._matches(markup, self.text):974 def _matches(self, markup, matchAgainst): member in SoupStrainer