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