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/p/r/Products.CMFBibliographyAT-1.1.4.1/Products/CMFBibliographyAT/content/book.py Products.CMFBibliographyAT(Download)
def pre_validate(self, REQUEST, errors): amazon_tool = getToolByName(self, 'amazon_tool', None) if (self.ISBN() or (REQUEST.form.has_key('isbn') and REQUEST.form['isbn'])) and ((self.Authors() == 'No names specified') and not self.Title()) and amazon_tool and amazon_tool.hasValidLicenseKey():