Searched refs:isSelfClosingTag (Results 1 – 1 of 1) sorted by relevance
507 self.isSelfClosing = parser.isSelfClosingTag(name)1269 def isSelfClosingTag(self, name): member in BeautifulStoneSoup1407 if not self.isSelfClosingTag(name) and not selfClosing:1419 if selfClosing or self.isSelfClosingTag(name):