Searched refs:ACustomState (Results 1 – 3 of 3) sorted by relevance
/third_party/PyYAML/tests/data/ |
D | construct-python-object.code | 9 ACustomState(1, 'two', [3,3,3]),
|
D | construct-python-object.data | 8 - !!python/object/new:test_constructor.ACustomState { state: !!python/tuple [1, two, [3,3,3]] }
|
/third_party/PyYAML/tests/lib/ |
D | test_constructor.py | 18 AnObject, AnInstance, AState, ACustomState, InitArgs, InitArgsWithState, \ 155 class ACustomState(AnInstance): class
|