Home
last modified time | relevance | path

Searched defs:_IS_BLANK_OR_COMMENT (Results 1 - 1 of 1) sorted by relevance

/third_party/python/Lib/
H A Ddoctest.py626 _IS_BLANK_OR_COMMENT = re.compile(r'^[ ]*(#.*)?$').match variable in DocTestParser

Completed in 6 milliseconds