Searched refs:get_line_indent (Results 1 – 3 of 3) sorted by relevance
/external/python/cpython3/Lib/idlelib/idle_test/ |
D | test_editor.py | 40 editor.get_line_indent(line, tabwidth=tabwidth), 65 editor.get_line_indent(line, tabwidth=4), 90 editor.get_line_indent(line, tabwidth=8),
|
/external/python/cpython3/Lib/idlelib/ |
D | format.py | 202 def get_line_indent(line, tabwidth): function 270 raw, effective = get_line_indent(line, self.editwin.tabwidth) 282 raw, effective = get_line_indent(line, self.editwin.tabwidth) 328 raw, effective = get_line_indent(line, tabwidth)
|
D | editor.py | 1404 raw, effective = get_line_indent(prefix, self.tabwidth) 1586 raw, indentsmall = get_line_indent(opener, self.tabwidth) 1587 raw, indentlarge = get_line_indent(indented, self.tabwidth) 1611 def get_line_indent(line, tabwidth): function
|