Searched refs:c_event (Results 1 - 1 of 1) sorted by relevance
| /third_party/PyYAML/tests/lib/ |
| H A D | test_yaml_ext.py | 176 for py_event, c_event in zip(py_events, c_events): 180 c_value = getattr(c_event, attribute, None) 181 assert py_value == c_value, (py_event, c_event, attribute) 212 for event, py_event, c_event in zip(events, py_events, c_events): 217 c_value = getattr(c_event, attribute, None) 224 assert value == c_value, (event, c_event, attribute)
|
Completed in 1 milliseconds