Searched refs:strtobool (Results 1 – 4 of 4) sorted by relevance
/third_party/python/Lib/distutils/tests/ |
D | test_util.py | 11 check_environ, split_quoted, strtobool, 277 self.assertTrue(strtobool(y)) 280 self.assertFalse(strtobool(n))
|
/third_party/python/Lib/distutils/ |
D | dist.py | 19 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))
|
D | util.py | 308 def strtobool (val): function
|
/third_party/python/Doc/distutils/ |
D | apiref.rst | 1228 .. function:: strtobool(val)
|