def condition_section(): return (_IDENTIFIER + _COLON + pyparsing.SkipTo(_RIGHT_CURLY).setResultsName("statement") ).setResultsName("condition")