Home | History | Annotate | Download | only in Lib

Lines Matching refs:first_nonspace

1051             first_nonspace = self.NONSPACECRE.search(line)
1052 cur_indent_level = first_nonspace.start() if first_nonspace else 0