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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/
test_text_file.py 63 lstrip_ws=0, rstrip_ws=0)
70 lstrip_ws=0, rstrip_ws=0)
77 lstrip_ws=0, rstrip_ws=0)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/
test_text_file.py 63 lstrip_ws=0, rstrip_ws=0)
70 lstrip_ws=0, rstrip_ws=0)
77 lstrip_ws=0, rstrip_ws=0)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
text_file.py 43 lstrip_ws [default: false]
50 whitespace. (If both lstrip_ws and rstrip_ws are false,
61 predecessor; only matters if (join_lines and not lstrip_ws)
72 'lstrip_ws': 0,
260 if self.lstrip_ws and self.rstrip_ws:
262 elif self.lstrip_ws:
extension.py 152 lstrip_ws=1, rstrip_ws=1)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/
text_file.py 43 lstrip_ws [default: false]
50 whitespace. (If both lstrip_ws and rstrip_ws are false,
61 predecessor; only matters if (join_lines and not lstrip_ws)
72 'lstrip_ws': 0,
260 if self.lstrip_ws and self.rstrip_ws:
262 elif self.lstrip_ws:
extension.py 152 lstrip_ws=1, rstrip_ws=1)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/command/
sdist.py 311 lstrip_ws=1,
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/command/
sdist.py 311 lstrip_ws=1,

Completed in 336 milliseconds