Lines Matching refs:strip
13 line-by-line syntax: strip comments (as long as "#" is your
15 escaping the newline (ie. backslash at end of line), strip
38 strip from "#" to end-of-line, as well as any whitespace
41 strip leading whitespace from each line before returning it
43 strip trailing whitespace (including line terminator!) from
57 strip leading whitespace from lines that are joined to their
62 Note that since 'rstrip_ws' can strip the trailing newline, the
184 # strip the comment, strip whitespace before it, and
212 if line.strip() == "":
246 # strip whitespace however the client wants (leading and
249 line = line.strip()