Home
last modified time | relevance | path

Searched refs:_WHITESPACE (Results 1 – 1 of 1) sorted by relevance

/external/protobuf/python/google/protobuf/
Dtext_format.py771 _WHITESPACE = re.compile('(\\s|(#.*$))+', re.MULTILINE) variable in _Tokenizer
821 match = self._WHITESPACE.match(self._current_line, self._column)