Home
last modified time | relevance | path

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

/external/chromium-trace/catapult/third_party/beautifulsoup4/doc/source/
Dindex.rst700 ``.strings`` and ``stripped_strings``
724 remove by using the ``.stripped_strings`` generator instead::
726 for string in soup.stripped_strings:
2231 But at that point you might want to use the :ref:`.stripped_strings <string-generators>`
2234 [text for text in soup.stripped_strings]
2982 .stripped_strings <string-generators>`. ``.strings`` yields
2983 NavigableString objects, and ``.stripped_strings`` yields Python
/external/chromium-trace/catapult/third_party/beautifulsoup4/bs4/
Delement.py842 def stripped_strings(self): member in Tag