Searched refs:lstrip (Results 1 – 4 of 4) sorted by relevance
221 def extract_tap_lines(kernel_output: Iterable[str], lstrip=True) -> LineStream: argument250 if lstrip:251 line = line.lstrip()
206 output = kunit_parser.extract_tap_lines(output, lstrip=False)
122 bdir = basedir.lstrip('./').rstrip('/')
1112 line = line.decode(ENCODING).lstrip().split(' ', 1)