Searched refs:ReduceWithState (Results 1 – 3 of 3) sorted by relevance
/third_party/PyYAML/tests/data/ |
D | construct-python-object.code | 18 ReduceWithState(1, 'two', [3,3,3]),
|
D | construct-python-object.data | 17 - !!python/object/apply:test_constructor.ReduceWithState { args: [1, two], state: [3,3,3] }
|
/third_party/PyYAML/tests/lib/ |
D | test_constructor.py | 19 NewArgs, NewArgsWithState, Reduce, ReduceWithState, Slots, MyInt, MyList, MyDict, \ 183 class ReduceWithState(AnObject): class
|