Did I find the right examples for you? yes no Crawl my project Python Jobs
All Samples(3) | Call(3) | Derive(0) | Import(0)
src/p/r/Products.CMFFormController-3.0.3/Products/CMFFormController/FSControllerPageTemplate.py Products.CMFFormController(Download)
def __init__(self, id, filepath, fullname=None, properties=None): BaseClass.__init__(self, id, filepath, fullname, properties) self.filepath = filepath try: self._read_action_metadata(self.getId(), filepath)
src/p/r/Products.MailTemplates-2.0.0/Products/MailTemplates/FSMailTemplate.py Products.MailTemplates(Download)
def __init__(self, id, filepath, fullname=None, properties=None): FSPageTemplate.__init__(self,id,filepath,fullname,properties) self._properties = properties security.declarePrivate('_createZODBClone')
src/e/r/erp5-HEAD/product/MailTemplates/FSMailTemplate.py erp5(Download)
def __init__(self, id, filepath, fullname=None, properties=None): FSPageTemplate.__init__(self,id,filepath,fullname,properties) self._properties = properties security.declarePrivate('_createZODBClone')