Searched refs:isSelfClosingTag (Results 1 – 1 of 1) sorted by relevance
542 self.isSelfClosing = parser.isSelfClosingTag(name)1208 def isSelfClosingTag(self, name): member in BeautifulStoneSoup1340 if not self.isSelfClosingTag(name) and not selfClosing:1352 if selfClosing or self.isSelfClosingTag(name):