Home | History | Annotate | Download | only in ply

Lines Matching refs:startline

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