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

Lines Matching full:linenum

1862     def _format_line(self,side,flag,linenum,text):
1867 linenum -- line number (used for line number column)
1871 linenum = '%d' % linenum
1872 id = ' id="%s%s"' % (self._prefix[side],linenum)
1874 # handle blank lines where linenum is '>' or ''
1883 % (id,linenum,text)