Home
last modified time | relevance | path

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

/tools/asuite/atest-py2/
Datest_utils.py434 from distutils.util import strtobool
435 if not strtobool(raw_input('Do you want to update former result'
/tools/asuite/atest/
Datest_utils.py1274 return strtobool(input(msg+suffix))
1278 def strtobool(val): function