Home | History | Annotate | Download | only in tools

Lines Matching refs:strip

304     for line in stdout.strip().splitlines():
316 result, stddev = map(str.strip, match_stddev.group(1).split(","))
319 results = map(str.strip, match_list.group(1).split(","))
321 results = [body.strip()]
332 "units": (units or suite_units).strip(),
835 return int(f.readline().strip())
883 val = f.readline().strip()