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/b/o/boar-HEAD/boar/articles/feeds.py boar(Download)
def get_object(self, request, section_slug, topic_slug): return {'topic': Tag.objects.get(slug=topic_slug), 'section': Section.objects.get(slug=section_slug)} def items(self, obj): return self._add_podcast_metadata(