HomeSort by relevance Sort by last modified time
    Searched refs:_leading_whitespace_re (Results 1 - 2 of 2) sorted by null

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
textwrap.py 372 _leading_whitespace_re = re.compile('(^[ \t]*)(?:[^ \t\n])', re.MULTILINE) variable
391 indents = _leading_whitespace_re.findall(text)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
textwrap.py 372 _leading_whitespace_re = re.compile('(^[ \t]*)(?:[^ \t\n])', re.MULTILINE) variable
391 indents = _leading_whitespace_re.findall(text)

Completed in 135 milliseconds