Home
last modified time | relevance | path

Searched refs:isSelfClosingTag (Results 1 – 1 of 1) sorted by relevance

/external/autotest/site_utils/rpm_control_system/
DBeautifulSoup.py542 self.isSelfClosing = parser.isSelfClosingTag(name)
1208 def isSelfClosingTag(self, name): member in BeautifulStoneSoup
1340 if not self.isSelfClosingTag(name) and not selfClosing:
1352 if selfClosing or self.isSelfClosingTag(name):