Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/
Ddoctest.py770 _INDENT_RE = re.compile('^([ ]*)(?=\S)', re.MULTILINE) variable in DocTestParser
774 indents = [len(indent) for indent in self._INDENT_RE.findall(s)]