Home | History | Annotate | Download | only in Python

Lines Matching refs:test_nocond

1203         assert(TYPE(ch) == test || TYPE(ch) == test_nocond || TYPE(ch) == star_expr);
1698 lambdef_nocond: 'lambda' [varargslist] ':' test_nocond */
2538 test_nocond: or_test | lambdef_nocond
2561 case test_nocond: