Home
last modified time | relevance | path

Searched refs:_convert_stringval (Results 1 - 2 of 2) sorted by relevance

/third_party/python/Lib/tkinter/
H A Dttk.py288 def _convert_stringval(value): function
312 val = list(map(_convert_stringval, val))
315 val = _convert_stringval(val)
/third_party/python/Lib/test/
H A Dtest_ttk_textonly.py431 self.assertEqual(ttk._convert_stringval(orig), expected)

Completed in 3 milliseconds