Searched refs:textinput (Results 1 – 3 of 3) sorted by relevance
175 EFI_UNIT_TEST(textinput) = {
225 | :func:`textinput`1793 .. function:: textinput(title, prompt)1803 >>> screen.textinput("NIM", "Name of first player:")2415 - Two input methods has been added :meth:`Screen.textinput` and
815 def textinput(self, title, prompt): member in TurtleScreenBase