Home | History | Annotate | Download | only in thirdparty

Lines Matching refs:selfClosing

1397     def unknown_starttag(self, name, attrs, selfClosing=0):
1407 if not self.isSelfClosingTag(name) and not selfClosing:
1419 if selfClosing or self.isSelfClosingTag(name):