Searched refs:sval (Results 1 – 1 of 1) sorted by relevance
148 def boolean_shell_value(sval, default): argument150 if sval is None:153 if isinstance(sval, str):154 s = sval.lower()160 raise ValueError('Could not decode as a boolean value: %r' % (sval,))