Home | History | Annotate | Download | only in lib-tk

Lines Matching full:svalue

1404                 svalue = str(value)
1405 if not svalue:
1407 elif '.' in svalue:
1408 return getdouble(svalue)
1410 return getint(svalue)