Searched refs:bool_values (Results 1 – 2 of 2) sorted by relevance
/third_party/python/Lib/ctypes/test/ |
D | test_numbers.py | 49 bool_values = [True, False, 0, 1, -1, 5000, 'test', [], [1]] variable 75 for t, v in zip(bool_types, bool_values):
|
/third_party/PyYAML/lib/yaml/ |
D | constructor.py | 224 bool_values = { variable in SafeConstructor 235 return self.bool_values[value.lower()]
|