Home
last modified time | relevance | path

Searched refs:sval (Results 1 – 1 of 1) sorted by relevance

/tools/repohooks/rh/
Dshell.py154 def boolean_shell_value(sval, default): argument
156 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,))