Lines Matching refs:lineno
74 message, category, filename, lineno, file=None, line=None):
85 message, category, filename, lineno, line=line))
174 def set_breakpoint(self, lineno):
177 text.tag_add("BREAK", "%d.0" % lineno, "%d.0" % (lineno+1))
179 self.breakpoints.index(lineno)
181 self.breakpoints.append(lineno)
184 debug.set_breakpoint_here(filename, lineno)
194 lineno = int(float(text.index("insert")))
195 self.set_breakpoint(lineno)
203 lineno = int(float(text.index("insert")))
205 self.breakpoints.remove(lineno)
212 debug.clear_breakpoint_here(filename, lineno)
300 lineno = int(float(ranges[index].string))
302 while lineno < end:
303 lines.append(lineno)
304 lineno += 1
727 lineno = getattr(value, 'lineno', '') or 1
730 lineno += 1 #mark end of offending line
731 if lineno == 1:
735 (lineno-1, offset-1)
997 self.shell_sidebar.line_prompts.get(lineno)
998 for lineno in lineno_range