Did I find the right examples for you? yes no Crawl my project Python Jobs
All Samples(6) | Call(6) | Derive(0) | Import(0)
src/p/r/Products.CMFCore-2.2.8/Products/CMFCore/FSImage.py Products.CMFCore(Download)
def __init__(self, id, filepath, fullname=None, properties=None): id = fullname or id # Use the whole filename. FSObject.__init__(self, id, filepath, fullname, properties) def _createZODBClone(self):
src/p/r/Products.CMFCore-2.2.8/Products/CMFCore/FSFile.py Products.CMFCore(Download)
def __init__(self, id, filepath, fullname=None, properties=None): id = fullname or id # Use the whole filename. FSObject.__init__(self, id, filepath, fullname, properties) def _createZODBClone(self):
src/p/r/Products.CMFCore-2.2.8/Products/CMFCore/FSZSQLMethod.py Products.CMFCore(Download)
def __init__(self, id, filepath, fullname=None, properties=None): FSObject.__init__(self, id, filepath, fullname, properties) def _createZODBClone(self): """Create a ZODB (editable) equivalent of this object."""
src/p/r/Products.CMFCore-2.2.8/Products/CMFCore/FSPageTemplate.py Products.CMFCore(Download)
def __init__(self, id, filepath, fullname=None, properties=None): FSObject.__init__(self, id, filepath, fullname, properties) self.ZBindings_edit(self._default_bindings) def _createZODBClone(self):
src/p/r/Products.CMFCore-2.2.8/Products/CMFCore/FSDTMLMethod.py Products.CMFCore(Download)
def __init__(self, id, filepath, fullname=None, properties=None): FSObject.__init__(self, id, filepath, fullname, properties) # Normally called via HTML.__init__ but we don't need the rest that # happens there. self.initvars(None, {})
src/e/r/erp5-HEAD/product/ERP5Form/FSForm.py erp5(Download)
def __init__(self, id, filepath, fullname=None, properties=None): FSObject.__init__(self, id, filepath, fullname, properties) def _createZODBClone(self): """Create a ZODB (editable) equivalent of this object."""