bs4.BeautifulStoneSoup.get_text

BeautifulStoneSoup.get_text(separator=u'', strip=False, types=(<class 'bs4.element.NavigableString'>, <class 'bs4.element.CData'>))

Get all child strings, concatenated using the given separator.