Did I find the right examples for you? yes no Crawl my project Python Jobs
All Samples(2) | Call(2) | Derive(0) | Import(0)
src/p/r/Products.PloneGazette-3.2.1/Products/PloneGazette/catalog.py Products.PloneGazette(Download)
def indexObject(self, object): '''Add to catalog. ''' url = self.__url(object) self.catalog_object(object, url)
valid_indexes = self._catalog.indexes.keys() idxs = [i for i in idxs if i in valid_indexes] self.catalog_object(object, url, idxs=idxs, update_metadata=update_metadata) InitializeClass(SubscribersCatalog)