Lines Matching refs:strip
16 line-by-line syntax: strip comments (as long as "#" is your
18 escaping the newline (ie. backslash at end of line), strip
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
60 strip leading whitespace from lines that are joined to their
63 Note that since 'rstrip_ws' can strip the trailing newline, the
193 # strip the comment, strip whitespace before it, and
221 if line.strip() == "":
258 # strip whitespace however the client wants (leading and
261 line = line.strip()