Home | History | Annotate | Download | only in idlelib

Lines Matching refs:last_line_of_prompt

1222             last_line_of_prompt = sys.ps1.split('\n')[-1]
1224 last_line_of_prompt = ''
1227 if chars == last_line_of_prompt:
1296 last_line_of_prompt = sys.ps1.split('\n')[-1]
1297 while line and line[-1] in " \t" and line != last_line_of_prompt: