Methods
|
|
|
|
__init__
|
__init__ (
self,
indentwidth,
tabwidth,
)
|
|
compute_backslash_indent
|
compute_backslash_indent ( self )
|
|
compute_bracket_indent
|
compute_bracket_indent ( self, _find=string.find )
|
|
find_good_parse_start
|
find_good_parse_start (
self,
use_ps1,
is_char_in_string=None,
_rfind=string.rfind,
_synchre=_synchre,
)
|
|
get_base_indent_string
|
get_base_indent_string ( self )
|
|
get_continuation_type
|
get_continuation_type ( self )
|
|
get_last_open_bracket_pos
|
get_last_open_bracket_pos ( self )
|
|
get_num_lines_in_stmt
|
get_num_lines_in_stmt ( self )
|
|
is_block_closer
|
is_block_closer ( self )
|
|
is_block_opener
|
is_block_opener ( self )
|
|
set_lo
|
set_lo ( self, lo )
|
|
set_str
|
set_str ( self, str )
|