Home
last modified time | relevance | path

Searched defs:askinteger (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/python/cpython3/Lib/idlelib/idle_test/
Dtest_format.py571 def test_ask_tabwidth(self, askinteger): argument
594 def test_change_indentwidth(self, askinteger): argument
/aosp_15_r20/external/python/cpython2/Lib/lib-tk/
DtkSimpleDialog.py251 def askinteger(title, prompt, **kw): function
/aosp_15_r20/external/python/cpython3/Lib/tkinter/
Dsimpledialog.py344 def askinteger(title, prompt, **kw): function