Searched refs:stripped_strings (Results 1 – 2 of 2) sorted by relevance
700 ``.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`` yields2983 NavigableString objects, and ``.stripped_strings`` yields Python
842 def stripped_strings(self): member in Tag