Home | History | Annotate | Download | only in distutils

Lines Matching refs:rstrip_ws

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: