Did I find the right examples for you? yes no Crawl my project Python Jobs
All Samples(2) | Call(1) | Derive(0) | Import(1)
src/z/o/zopyx.authoring-2.4.0/zopyx/authoring/content/authoringtemplate.py zopyx.authoring(Download)
from zopyx.authoring.interfaces import IAuthoringTemplate from zopyx.authoring.config import PROJECTNAME from Products.CMFCore.ContentTypeRegistry import manage_addRegistry from zopyx.smartprintng.plone.resources import resources_registry
def at_post_create_script(self, ): # content-type registry manage_addRegistry(self) registry = self['content_type_registry']