Did I find the right examples for you? yes no Crawl my project Python Jobs
All Samples(2) | Call(2) | Derive(0) | Import(0)
src/p/r/Products.CMFFormController-3.0.3/Products/CMFFormController/ControllerBase.py Products.CMFFormController(Download)
_buttons_for_status = {} actions = metadata._getSectionDict(cfg, 'actions') if actions is None: actions = {}
_buttons_for_status = {} validators = metadata._getSectionDict(cfg, 'validators') if validators is None: validators = {}