Home | History | Annotate | Download | only in python2.7

Lines Matching refs:_check_prefix

680         self._check_prefix(source_lines[1:], ' '*indent + '.', name, lineno)
690 self._check_prefix(want_lines, ' '*indent, name,
768 def _check_prefix(self, lines, prefix, name, lineno):