Searched refs:_COMMENT_MATCHER (Results 1 – 1 of 1) sorted by relevance
314 _COMMENT_MATCHER = re.compile(r'[ \t]*(?:#[^\n]*)?(?=\n)') variable in Lexer321 match = self._COMMENT_MATCHER.match(self._line_buf)