Home
last modified time | relevance | path

Searched refs:get_prompt_text (Results 1 - 3 of 3) sorted by relevance

/third_party/python/Lib/idlelib/idle_test/
H A Dtest_iomenu.py51 self.editwin.get_prompt_text = Func(result=shelltext)
53 del self.editwin.interp, self.editwin.get_prompt_text
/third_party/python/Lib/idlelib/
H A Diomenu.py260 text = self.editwin.get_prompt_text('1.0', self.text.index('end-1c'))
H A Dpyshell.py989 def get_prompt_text(self, first, last): member in PyShell
1023 prompt_text = self.get_prompt_text(selfirst, sellast)

Completed in 4 milliseconds