Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/distutils/
Ddist.py20 from distutils.util import check_environ, strtobool, rfc822_escape
413 setattr(self, alias, not strtobool(val))
415 setattr(self, opt, strtobool(val))
891 setattr(command_obj, neg_opt[option], not strtobool(value))
893 setattr(command_obj, option, strtobool(value))
Dutil.py312 def strtobool (val): function
/external/python/cpython2/Doc/distutils/
Dapiref.rst1193 .. function:: strtobool(val)