Searched refs:sval (Results 1 – 1 of 1) sorted by relevance
153 def boolean_shell_value(sval, default): argument155 if sval is None:158 if isinstance(sval, basestring):159 s = sval.lower()165 raise ValueError('Could not decode as a boolean value: %r' % (sval,))