Did I find the right examples for you? yes no Crawl my project Python Jobs
All Samples(3) | Call(2) | Derive(0) | Import(1)
src/p/r/Products.CMFCore-2.2.8/Products/CMFCore/WorkflowTool.py Products.CMFCore(Download)
from Products.CMFCore.WorkflowCore import ActionRaisedExceptionEvent from Products.CMFCore.WorkflowCore import ActionSucceededEvent from Products.CMFCore.WorkflowCore import ActionWillBeInvokedEvent from Products.CMFCore.WorkflowCore import ObjectDeleted from Products.CMFCore.WorkflowCore import ObjectMoved
for wf in wfs: wf.notifyBefore(ob, action) notify(ActionWillBeInvokedEvent(ob, wf, action)) security.declarePrivate('notifySuccess')
for w in wfs: w.notifyBefore(ob, action) notify(ActionWillBeInvokedEvent(ob, w, action)) try: res = func(*args, **kw)