Home | History | Annotate | Download | only in distutils

Lines Matching refs:whitespace

19        leading and/or trailing whitespace.  All of these are optional

41 strip from "#" to end-of-line, as well as any whitespace
44 strip leading whitespace from each line before returning it
46 strip trailing whitespace (including line terminator!) from
50 whitespace. (If both lstrip_ws and rstrip_ws are false,
51 then some lines may consist of solely whitespace: these will
55 after stripping comments and whitespace, join the following line
60 strip leading whitespace from lines that are joined to their
67 an all-whitespace line), if 'rstrip_ws' is true but 'skip_blanks' is
193 # strip the comment, strip whitespace before it, and
214 # If all that's left is whitespace, then skip line
258 # strip whitespace however the client wants (leading and