OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:askstring
(Results
1 - 4
of
4
) sorted by null
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
tkSimpleDialog.py
25
askstring
-- get a string from the user
302
def
askstring
(title, prompt, **kw):
function
323
print
askstring
("Spam", "Egg label")
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
tkSimpleDialog.py
25
askstring
-- get a string from the user
302
def
askstring
(title, prompt, **kw):
function
323
print
askstring
("Spam", "Egg label")
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
EditorWindow.py
652
name = tkSimpleDialog.
askstring
("Module",
[
all
...]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
EditorWindow.py
652
name = tkSimpleDialog.
askstring
("Module",
[
all
...]
Completed in 153 milliseconds