Did I find the right examples for you? yes no Crawl my project Python Jobs
All Samples(4) | Call(4) | Derive(0) | Import(0)
src/r/e/resync-0.9.5/resync/list_base_with_index.py resync(Download)
self.resources_class = list if resources_class is None else resources_class if (resources is None): resources = self.resources_class() super(ListBaseWithIndex, self).__init__(resources=resources, count=count, md=md, ln=ln, uri=uri, capability_name=capability_name)
# now loop over all entries to read each sitemap and add to resources sitemaps = self.resources self.resources = self.resources_class() self.logger.info( "Now reading %d sitemaps" % len(sitemaps.uris()) ) for sitemap_uri in sorted(sitemaps.uris()):
src/r/e/resync-HEAD/resync/list_base_with_index.py resync(Download)
self.resources_class = list if resources_class is None else resources_class if (resources is None): resources = self.resources_class() super(ListBaseWithIndex, self).__init__(resources=resources, count=count, md=md, ln=ln, uri=uri, capability_name=capability_name)
# now loop over all entries to read each sitemap and add to resources sitemaps = self.resources self.resources = self.resources_class() self.logger.info( "Now reading %d sitemaps" % len(sitemaps.uris()) ) for sitemap_uri in sorted(sitemaps.uris()):