Lines Matching refs:value
130 for value in item.strip().replace(',', ' ').split():
131 if not value:
134 if possible and value not in possible and value != 'all':
135 unsupported.append(value)
136 _selected.add(value)
154 for name, value in kwargs.items():
155 args.append(f'{name}={value!r}')
273 for value in many.split(sep):
274 if value not in choices:
275 parser.error(f'unknown {dest} {value!r}')
276 selections.append(value)