Home
last modified time | relevance | path

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

/third_party/python/Lib/ctypes/test/
Dtest_numbers.py49 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/
Dconstructor.py224 bool_values = { variable in SafeConstructor
235 return self.bool_values[value.lower()]