Home | History | Annotate | Download | only in python2.7

Lines Matching refs:__seen_starttag

150         self.__seen_starttag = 0
283 self.__seen_starttag = 1
342 if self.__seen_starttag:
418 if not self.__seen_starttag:
530 if self.__seen_doctype or self.__seen_starttag:
604 if not self.__seen_starttag and self.__seen_doctype and \
607 if self.__seen_starttag and not self.stack: