Home
last modified time | relevance | path

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

/external/autotest/site_utils/rpm_control_system/
DBeautifulSoup.py1330 def unknown_starttag(self, name, attrs, selfClosing=0): argument
1340 if not self.isSelfClosingTag(name) and not selfClosing:
1352 if selfClosing or self.isSelfClosingTag(name):