Did I find the right examples for you? yes no Crawl my project Python Jobs
All Samples(1) | Call(1) | Derive(0) | Import(0)
src/s/i/silva.app.news-3.0.4/src/silva/app/news/NewsItem/content.py silva.app.news(Download)
def fulltext(self): """Returns all data as a flat string for full text-search """ keywords = list(self.get_subjects()) keywords.extend(self.get_target_audiences())