Home
last modified time | relevance | path

Searched refs:or_test (Results 1 – 7 of 7) sorted by relevance

/third_party/python/Grammar/
DGrammar131 test: or_test ['if' or_test 'else' test] | lambdef
132 test_nocond: or_test | lambdef_nocond
135 or_test: and_test ('or' and_test)*
188 sync_comp_for: 'for' exprlist 'in' or_test [comp_iter]
/third_party/python/Lib/lib2to3/
DGrammar.txt131 old_test: or_test | old_lambdef
135 test: or_test ['if' or_test 'else' test] | lambdef
136 or_test: and_test ('or' and_test)*
/third_party/python/Include/
Dgraminit.h57 #define or_test 310 macro
/third_party/python/Lib/
Dsymbol.py78 or_test = 310 variable
/third_party/python/Lib/lib2to3/fixes/
Dfix_has_key.py88 syms.or_test, syms.test, syms.lambdef, syms.argument):
/third_party/python/Doc/reference/
Dexpressions.rst184 comp_for: ["async"] "for" `target_list` "in" `or_test` [`comp_iter`]
1621 or_test: `and_test` | `or_test` "or" `and_test`
1696 conditional_expression: `or_test` ["if" `or_test` "else" `expression`]
1698 expression_nocond: `or_test` | `lambda_expr_nocond`
/third_party/python/Python/
Dast.c2797 case or_test: in ast_for_expr()
3081 or_test, in ast_for_call()