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