Home
last modified time | relevance | path

Searched refs:ReduceWithState (Results 1 – 3 of 3) sorted by relevance

/third_party/PyYAML/tests/data/
Dconstruct-python-object.code18 ReduceWithState(1, 'two', [3,3,3]),
Dconstruct-python-object.data17 - !!python/object/apply:test_constructor.ReduceWithState { args: [1, two], state: [3,3,3] }
/third_party/PyYAML/tests/lib/
Dtest_constructor.py19 NewArgs, NewArgsWithState, Reduce, ReduceWithState, Slots, MyInt, MyList, MyDict, \
183 class ReduceWithState(AnObject): class