Lines Matching refs:startline
187 # a tuple of (startline,endline) representing the range of lines217 startline = getattr(self.slice[n],"lineno",0)218 endline = getattr(self.slice[n],"endlineno",startline)219 return startline,endline