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)
if wf_transition in config.PUSH_TRANSITIONS: action = 'push' elif wf_transition in config.DELETE_TRANSITIONS: action = 'delete' else: