Home
last modified time | relevance | path

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

/third_party/python/Lib/distutils/tests/
Dtest_util.py11 check_environ, split_quoted, strtobool,
277 self.assertTrue(strtobool(y))
280 self.assertFalse(strtobool(n))
/third_party/python/Lib/distutils/
Ddist.py19 from distutils.util import check_environ, strtobool, rfc822_escape
429 setattr(self, alias, not strtobool(val))
431 setattr(self, opt, strtobool(val))
904 setattr(command_obj, neg_opt[option], not strtobool(value))
906 setattr(command_obj, option, strtobool(value))
Dutil.py308 def strtobool (val): function
/third_party/python/Doc/distutils/
Dapiref.rst1228 .. function:: strtobool(val)