We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb7adc5 commit 106aa66Copy full SHA for 106aa66
Lib/_pyrepl/readline.py
@@ -252,6 +252,7 @@ def _get_first_indentation(buffer: list[str]) -> str | None:
252
return ''.join(buffer[indented_line_start : i])
253
return None
254
255
+
256
def _should_auto_indent(buffer: list[str], pos: int) -> bool:
257
buffer_str = ''.join(buffer)
258
colors = tuple(gen_colors(buffer_str))
0 commit comments