Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/
Ddoctest.py621 _IS_BLANK_OR_COMMENT = re.compile(r'^[ ]*(#.*)?$').match variable in DocTestParser
649 if not self._IS_BLANK_OR_COMMENT(source):
762 if options and self._IS_BLANK_OR_COMMENT(source):