class Lexer(object):
Undocumented
Method | __init__ |
Undocumented |
Method | append_node |
Undocumented |
Method | decode_raw_stream |
given string/unicode or bytes/string, determine encoding from magic encoding comment, return body as unicode or raw if decode_raw=False |
Method | match |
compile the given regexp, cache the reg, and call match_reg(). |
Method | match_comment |
matches the multiline version of a comment |
Method | match_control_line |
Undocumented |
Method | match_end |
Undocumented |
Method | match_expression |
Undocumented |
Method | match_python_block |
Undocumented |
Method | match_reg |
match the given regular expression object to the current text position. |
Method | match_tag_end |
Undocumented |
Method | match_tag_start |
Undocumented |
Method | match_text |
Undocumented |
Method | parse |
Undocumented |
Method | parse_until_text |
Undocumented |
Class Variable | _coding_re |
Undocumented |
Instance Variable | control_line |
Undocumented |
Instance Variable | disable_unicode |
Undocumented |
Instance Variable | encoding |
Undocumented |
Instance Variable | filename |
Undocumented |
Instance Variable | keyword |
Undocumented |
Instance Variable | lineno |
Undocumented |
Instance Variable | match_position |
Undocumented |
Instance Variable | matched_charpos |
Undocumented |
Instance Variable | matched_lineno |
Undocumented |
Instance Variable | preprocessor |
Undocumented |
Instance Variable | tag |
Undocumented |
Instance Variable | template |
Undocumented |
Instance Variable | ternary_stack |
Undocumented |
Instance Variable | text |
Undocumented |
Instance Variable | textlength |
Undocumented |
Property | exception_kwargs |
Undocumented |
Undocumented