Home
last modified time | relevance | path

Searched refs:AskString (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Doc/library/
Deasydialogs.rst35 .. function:: AskString(prompt[, default[, id[, ok[, cancel]]]])
41 bytes long. :func:`AskString` returns the string entered or :const:`None` in
48 :func:`AskString`, but with the text shown as bullets. The arguments have the
49 same meaning as for :func:`AskString`.
/external/python/cpython2/Lib/plat-mac/
DEasyDialogs.py97 def AskString(prompt, default = "", id=261, ok=None, cancel=None): function
808 s = AskString("Enter your first name", "Joe")