Searched defs:IfExp (Results  1 – 4 of 4) sorted by relevance
| /external/python/cpython2/Include/ | 
| D | Python-ast.h | 221                 } IfExp;  member461 #define IfExp(a0, a1, a2, a3, a4, a5) _Py_IfExp(a0, a1, a2, a3, a4, a5)  macro
 
 | 
| /external/python/cpython3/Include/internal/ | 
| D | pycore_ast.h | 373         } IfExp;  member
 | 
| /external/python/cpython2/Lib/compiler/ | 
| D | ast.py | 713 class IfExp(Node):  class
 | 
| /external/python/cpython2/Python/ | 
| D | Python-ast.c | 1584 IfExp(expr_ty test, expr_ty body, expr_ty orelse, int lineno, int col_offset,  in IfExp()  function
 |