Did I find the right examples for you? yes no Crawl my project Python Jobs
All Samples(9) | Call(1) | Derive(0) | Import(8)
src/p/r/Products.AttachmentField-1.4.5/Products/AttachmentField/AttachmentHandler.py Products.AttachmentField(Download)
import os.path from Products.AttachmentField import LOG from global_symbols import *
raise NotImplementedError, "Attribute '%s' of class '%s' must be derived. This plugin won't be enabled." % (property, handler_class.__name__) except: LOG("Exception occured", exc_info=True) return None # There's nothing to enforce method-overriding, but, one day I'll put some code snippet here to do so ;-)
src/p/r/Products.AttachmentField-1.4.5/Products/AttachmentField/Extensions/Install.py Products.AttachmentField(Download)
# Products imports from Products.AttachmentField import LOG, PROJECTNAME, product_globals from Products.AttachmentField.global_symbols import * from Products.AttachmentField import AttachmentFieldTool
src/p/r/Products.AttachmentField-1.4.5/Products/AttachmentField/PortalTransformsAttachment.py Products.AttachmentField(Download)
import striphtml from Products.AttachmentField import LOG from global_symbols import * from Products.PortalTransforms.utils import TransformException
src/p/r/Products.AttachmentField-1.4.5/Products/AttachmentField/OOAttachment.py Products.AttachmentField(Download)
import striphtml from Products.AttachmentField import LOG from global_symbols import *
src/p/r/Products.AttachmentField-1.4.5/Products/AttachmentField/FlexStorage.py Products.AttachmentField(Download)
from Products.Archetypes.interfaces.layer import ILayer from Products.AttachmentField import LOG # Zope 2.7 compatibility
src/p/r/Products.AttachmentField-1.4.5/Products/AttachmentField/AttachmentService.py Products.AttachmentField(Download)
from Products.AttachmentField import LOG from global_symbols import *
src/p/r/Products.AttachmentField-1.4.5/Products/AttachmentField/AttachmentField.py Products.AttachmentField(Download)
from OFS.Image import Pdata, File from Products.AttachmentField import LOG from global_symbols import * try:
src/p/r/Products.AttachmentField-1.4.5/Products/AttachmentField/tests/test_fields.py Products.AttachmentField(Download)
from Products.Archetypes.Field import ScalableImage, Image from Products.AttachmentField import LOG from Products.AttachmentField.global_symbols import * from Products.AttachmentField import AttachmentField