HomeSort by relevance Sort by last modified time
    Searched refs:rstrip_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)
90 join_lines=1, rstrip_ws=1)
97 join_lines=1, rstrip_ws=1, collapse_join=1)
  /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)
90 join_lines=1, rstrip_ws=1)
97 join_lines=1, rstrip_ws=1, collapse_join=1)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
text_file.py 45 rstrip_ws [default: true]
50 whitespace. (If both lstrip_ws and rstrip_ws are false,
63 Note that since 'rstrip_ws' can strip the trailing newline, the
67 an all-whitespace line), if 'rstrip_ws' is true but 'skip_blanks' is
73 'rstrip_ws': 1,
169 string can occur if 'rstrip_ws' is true but 'strip_blanks' is
206 # the job of a later step (rstrip_ws) to remove it --
207 # and if rstrip_ws is false, we'd better preserve it!
260 if self.lstrip_ws and self.rstrip_ws:
264 elif self.rstrip_ws
    [all...]
extension.py 152 lstrip_ws=1, rstrip_ws=1)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/
text_file.py 45 rstrip_ws [default: true]
50 whitespace. (If both lstrip_ws and rstrip_ws are false,
63 Note that since 'rstrip_ws' can strip the trailing newline, the
67 an all-whitespace line), if 'rstrip_ws' is true but 'skip_blanks' is
73 'rstrip_ws': 1,
169 string can occur if 'rstrip_ws' is true but 'strip_blanks' is
206 # the job of a later step (rstrip_ws) to remove it --
207 # and if rstrip_ws is false, we'd better preserve it!
260 if self.lstrip_ws and self.rstrip_ws:
264 elif self.rstrip_ws
    [all...]
extension.py 152 lstrip_ws=1, rstrip_ws=1)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/command/
sdist.py 312 rstrip_ws=1,
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/command/
sdist.py 312 rstrip_ws=1,

Completed in 262 milliseconds