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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/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)
  /external/python/cpython2/Lib/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)
  /external/python/cpython3/Lib/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)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/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)
  /external/python/cpython2/Lib/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)
  /external/python/cpython3/Lib/distutils/
text_file.py 40 lstrip_ws [default: false]
47 whitespace. (If both lstrip_ws and rstrip_ws are false,
58 predecessor; only matters if (join_lines and not lstrip_ws)
71 'lstrip_ws': 0,
248 if self.lstrip_ws and self.rstrip_ws:
250 elif self.lstrip_ws:
extension.py 156 lstrip_ws=1, rstrip_ws=1)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/command/
sdist.py 305 lstrip_ws=1,
  /external/python/cpython2/Lib/distutils/command/
sdist.py 311 lstrip_ws=1,
  /external/python/cpython3/Lib/distutils/command/
sdist.py 332 join_lines=1, lstrip_ws=1, rstrip_ws=1,

Completed in 311 milliseconds