Home
last modified time | relevance | path

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

/third_party/PyYAML/tests/data/
Dconstruct-python-object.code9 ACustomState(1, 'two', [3,3,3]),
Dconstruct-python-object.data8 - !!python/object/new:test_constructor.ACustomState { state: !!python/tuple [1, two, [3,3,3]] }
/third_party/PyYAML/tests/lib/
Dtest_constructor.py18 AnObject, AnInstance, AState, ACustomState, InitArgs, InitArgsWithState, \
155 class ACustomState(AnInstance): class