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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
textwrap.py 371 _whitespace_only_re = re.compile('^[ \t]+$', re.MULTILINE) variable
390 text = _whitespace_only_re.sub('', text)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
textwrap.py 371 _whitespace_only_re = re.compile('^[ \t]+$', re.MULTILINE) variable
390 text = _whitespace_only_re.sub('', text)

Completed in 62 milliseconds