Searched defs:SetComp (Results 1 – 5 of 5) sorted by relevance
/external/python/cpython2/Include/ |
D | Python-ast.h | 240 } SetComp; member 472 #define SetComp(a0, a1, a2, a3, a4) _Py_SetComp(a0, a1, a2, a3, a4) macro
|
/external/python/cpython3/Include/ |
D | Python-ast.h | 286 } SetComp; member 593 #define SetComp(a0, a1, a2, a3, a4, a5, a6) _Py_SetComp(a0, a1, a2, a3, a4, a5, a6) macro
|
/external/python/cpython2/Lib/compiler/ |
D | ast.py | 893 class SetComp(Node): class
|
/external/python/cpython2/Python/ |
D | Python-ast.c | 1667 SetComp(expr_ty elt, asdl_seq * generators, int lineno, int col_offset, PyArena in SetComp() function
|
/external/python/cpython3/Python/ |
D | Python-ast.c | 2777 SetComp(expr_ty elt, asdl_seq * generators, int lineno, int col_offset, int in SetComp() function
|