Did I find the right examples for you? yes no Crawl my project Python Jobs
All Samples(4) | Call(2) | Derive(0) | Import(2)
src/p/r/Products.CMFPlone-5.0a2/Products/CMFPlone/PloneBaseTool.py Products.CMFPlone(Download)
# Copyright (c) 2002 Zope Corporation and Contributors. All Rights Reserved. # ZPL 2.1 from Products.CMFCore.ActionInformation import oai
else: folder = parent info = oai(context, folder, object) if request: cache[id(object)] = info
src/p/r/Products.CMFPlone-HEAD/Products/CMFPlone/PloneBaseTool.py Products.CMFPlone(Download)
# Copyright (c) 2002 Zope Corporation and Contributors. All Rights Reserved. # ZPL 2.1 from Products.CMFCore.ActionInformation import oai
else: folder = parent info = oai(context, folder, object) if request: cache[id(object)] = info