Home
last modified time | relevance | path

Searched defs:IfExp (Results 1 – 5 of 5) sorted by relevance

/external/python/cpython2/Include/
DPython-ast.h221 } IfExp; member
461 #define IfExp(a0, a1, a2, a3, a4, a5) _Py_IfExp(a0, a1, a2, a3, a4, a5) macro
/external/python/cpython3/Include/
DPython-ast.h267 } IfExp; member
578 #define IfExp(a0, a1, a2, a3, a4, a5, a6, a7) _Py_IfExp(a0, a1, a2, a3, a4, a5, a6, a7) macro
/external/python/cpython2/Lib/compiler/
Dast.py713 class IfExp(Node): class
/external/python/cpython2/Python/
DPython-ast.c1584 IfExp(expr_ty test, expr_ty body, expr_ty orelse, int lineno, int col_offset, in IfExp() function
/external/python/cpython3/Python/
DPython-ast.c2685 IfExp(expr_ty test, expr_ty body, expr_ty orelse, int lineno, int col_offset, in IfExp() function