Home | History | Annotate | Download | only in parsers

Lines Matching full:indent

234     def __init__(self, indent, status, subdir, testname, reason,
250 self.indent = indent
279 indent, line = match.groups()
280 indent = len(indent)
302 return cls(indent, status, subdir, testname, reason,
361 if line.indent == sought_level:
408 if (line.indent != sought_level and
415 tko_utils.dprint("ignoring incorrect indent "
417 (line.indent, sought_level))