Home
last modified time | relevance | path

Searched refs:textinput (Results 1 – 3 of 3) sorted by relevance

/external/u-boot/lib/efi_selftest/
Defi_selftest_textinput.c175 EFI_UNIT_TEST(textinput) = {
/external/python/cpython3/Doc/library/
Dturtle.rst225 | :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
/external/python/cpython3/Lib/
Dturtle.py815 def textinput(self, title, prompt): member in TurtleScreenBase