class documentation
Holds 4 copies of all lines with different preprocessing applied to them.
- elided member contains lines without strings and comments.
- lines member contains lines without comments.
- raw_lines member contains all the lines without processing.
- lines_without_raw_strings member is same as raw_lines, but with C++11 raw strings removed.
All these members are of <type 'list'>, and of the same length.
Method | __init__ |
Undocumented |
Method |
|
Returns the number of lines represented. |
Instance Variable | elided |
Undocumented |
Instance Variable | lines |
Undocumented |
Instance Variable | lines |
Undocumented |
Instance Variable | num |
Undocumented |
Instance Variable | raw |
Undocumented |
Static Method | _ |
Collapses strings and chars on a line to simple "" or '' blocks. |