Home | History | Annotate | Download | only in thirdparty

Lines Matching full:_matches

876                or (markup and self._matches(markup, self.name)) \
877 or (not markup and self._matches(markupName, self.name)):
892 if not self._matches(attrValue, matchAgainst):
921 if self._matches(markup, self.text):
928 def _matches(self, markup, matchAgainst):