Did I find the right examples for you? yes no Crawl my project Python Jobs
All Samples(0) | Call(0) | Derive(0) | Import(0)
src/f/t/ftw.publisher.example-1.0/ftw/publisher/example/eventhandlers.py ftw.publisher.example(Download)
# check if we should handle this transaction wf_transition = (event.workflow.__name__, event.transition.__name__) if wf_transition in config.PUSH_TRANSITIONS: action = 'push' elif wf_transition in config.DELETE_TRANSITIONS: