Searched refs:isSelfClosingTag (Results 1 – 1 of 1) sorted by relevance
530 self.isSelfClosing = parser.isSelfClosingTag(name)1205 def isSelfClosingTag(self, name): member in BeautifulStoneSoup1337 if not self.isSelfClosingTag(name) and not selfClosing:1349 if selfClosing or self.isSelfClosingTag(name):