Home
last modified time | relevance | path

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

/external/chromium-trace/catapult/third_party/beautifulsoup4/
DNEWS.txt793 findText and fetchText are gone. Just pass a text argument into find
944 not just tags. There are new alias methods fetchText() and firstText()
991 fetchText() instead. If it turns out someone needs it I'll think of
/external/autotest/site_utils/rpm_control_system/
DBeautifulSoup.py856 def fetchText(self, text=None, recursive=True, limit=None): member in Tag