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.CMFBibliographyAT-1.1.4.1/Products/CMFBibliographyAT/content/inbook.py Products.CMFBibliographyAT(Download)
address = self.getAddress() volume = self.getVolume() chapter = self.getChapter() pages = self.getPages() series = self.getSeries()
schema = self.schema.keys() coinsData['rft.edition'] = ('edition' in schema) and self.getEdition() or "" coinsData['rft.chapter'] = ('chapter' in schema) and self.getChapter() or ""