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