Home | History | Annotate | Download | only in test

Lines Matching refs:rcase

1214             rcase = TestSubsets.reverse[case]
1215 result = eval("y" + rcase + "x", locals())
1217 if rcase in TestSubsets.case2method:
1218 method = getattr(y, TestSubsets.case2method[rcase])