Searched defs:SetComp (Results 1 – 2 of 2) sorted by relevance
| /third_party/python/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
|
| /third_party/python/Python/ |
| D | Python-ast.c | 2777 SetComp(expr_ty elt, asdl_seq * generators, int lineno, int col_offset, int in SetComp() function
|