def _preprocessor_directive(self): return (_SHARP.suppress() + _PREPROCESSOR_KEYWORD + pyparsing.SkipTo(pyparsing.lineEnd))