Lines Matching refs:value
98 if field.name in {'name', 'value', 'kind'}:
100 value = getattr(item, field.name)
101 if value == field.default:
103 elif value is True:
105 elif value:
106 yield f" {field.name} = {value!r}"
299 for name, value in WINDOWS_FEATURE_MACROS.items():
300 if value != 'maybe':
302 self.assertEqual(feature_macros[name], value)
514 "-DPy_LIMITED_API" to the correct value for the running version of the
528 "-DSIZEOF_WCHAR_T=4", # The actual value is not important
551 "-DPy_LIMITED_API" to the correct value for the running version of the
572 "-DSIZEOF_WCHAR_T=4", # The actual value is not important