Home | History | Annotate | Download | only in distutils

Lines Matching refs:strtobool

20 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))