File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -52,8 +52,9 @@ additional information with extra arguments. All attributes of the
52
52
* ``lines ``: a list of the raw lines from the input file
53
53
* ``tokens ``: the tokens that contribute to this logical line
54
54
* ``line_number ``: line number in the input file
55
+ * ``total_lines ``: number of lines in the input file
55
56
* ``blank_lines ``: blank lines before this one
56
- * ``indent_char ``: first indentation character in this file (``" " `` or ``"\t" ``)
57
+ * ``indent_char ``: indentation character in this file (``" " `` or ``"\t" ``)
57
58
* ``indent_level ``: indentation (with tabs expanded to multiples of 8)
58
59
* ``previous_indent_level ``: indentation on previous line
59
60
* ``previous_logical ``: previous logical line
You can’t perform that action at this time.
0 commit comments