All Samples(125) | Call(0) | Derive(0) | Import(125)
src/z/o/Zope-HEAD/src/App/FindHomes.py Zope(Download)
import sys import Products try:
src/z/o/Zope-HEAD/src/App/FactoryDispatcher.py Zope(Download)
def _product_packages(): """Returns all product packages including the regularly defined zope2 packages and those without the Products namespace package. """ import Products
src/z/o/Zope-HEAD/src/App/Extensions.py Zope(Download)
import os import Products from zExceptions import NotFound
src/d/m/dm.zopepatches.zclasses-0.1.1/dm/zopepatches/zclasses/ZClassOwner.py dm.zopepatches.zclasses(Download)
def manage_subclassableClassNames(self): import Products r={} r.update(Products.meta_class_info)
src/d/m/dm.zopepatches.zclasses-0.1.1/dm/zopepatches/zclasses/ZClass.py dm.zopepatches.zclasses(Download)
from Property import ZInstanceSheetsSheet import Products if not hasattr(Products, 'meta_types'): Products.meta_types=()
src/d/m/dm.zopepatches.zclasses-0.1.1/dm/zopepatches/zclasses/ObjectManager.py dm.zopepatches.zclasses(Download)
def possible_meta_types(self): import Products return self.aq_acquire('_product_meta_types') + Products.meta_types def selected_meta_types(self):
src/c/o/collective.recipe.zope2wsgi-0.1/collective/recipe/zope2wsgi/utilities/ZODBTools/zodbload.py collective.recipe.zope2wsgi(Download)
pass import Zope2 import Products import AccessControl.SecurityManagement app=Zope2.app()
src/p/r/Products.PluggableAuthService-1.10.0/Products/PluggableAuthService/plugins/ScriptablePlugin.py Products.PluggableAuthService(Download)
""" import Products manage_addScriptablePluginForm = PageTemplateFile(
src/p/r/Products.CMFCore-2.2.8/Products/CMFCore/utils.py Products.CMFCore(Download)
return os_path.normpath(p.replace('\\','/')).replace('\\','/') import Products ProductsPath = [ abspath(ppath) for ppath in Products.__path__ ]
src/p/r/Products.CMFCore-2.2.8/Products/CMFCore/permissions.py Products.CMFCore(Download)
else: # BBB This is in AccessControl starting in Zope 2.13 import Products registered = _registeredPermissions if not registered.has_key(permission):
Previous 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 Next