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.CMFDefault-2.3.0-beta2/Products/CMFDefault/Portal.py Products.CMFDefault(Download)
def __init__( self, id, title='' ): PortalObjectBase.__init__( self, id, title ) DefaultDublinCoreImpl.__init__( self ) def isEffective( self, date ):