| | |
Methods defined here:
- __init__(self, indentwidth, tabwidth)
- compute_backslash_indent(self)
- compute_bracket_indent(self)
- find_good_parse_start(self, is_char_in_string=None, _synchre=<built-in method search of _sre.SRE_Pattern object at 0xa4c4298>)
- get_base_indent_string(self)
- get_continuation_type(self)
- get_last_open_bracket_pos(self)
- get_last_stmt_bracketing(self)
- get_num_lines_in_stmt(self)
- is_block_closer(self)
- is_block_opener(self)
- set_lo(self, lo)
- set_str(self, str)
Data and other attributes defined here:
- lastopenbracketpos = None
- stmt_bracketing = None
|