OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:askfloat
(Results
1 - 2
of
2
) sorted by null
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
tkSimpleDialog.py
23
askfloat
-- get a float from the user
270
def
askfloat
(title, prompt, **kw):
function
322
print
askfloat
("Spam", "Egg weight\n(in tons)", minvalue=1, maxvalue=100)
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
tkSimpleDialog.py
23
askfloat
-- get a float from the user
270
def
askfloat
(title, prompt, **kw):
function
322
print
askfloat
("Spam", "Egg weight\n(in tons)", minvalue=1, maxvalue=100)
Completed in 300 milliseconds