Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/lib-tk/
Dttk.py316 def _to_number(x): function
1542 from_ = _to_number(self.scale['from'])
1543 to = _to_number(self.scale['to'])
/external/python/cpython3/Lib/tkinter/
Dttk.py316 def _to_number(x): function
1594 from_ = _to_number(self.scale['from'])
1595 to = _to_number(self.scale['to'])