Home | History | Annotate | Download | only in python

Lines Matching refs:column

580                         # This will output the fullpath + line + column
584 column = line_entry.column
585 if column:
586 out_file.write(':%u' % (column))