Home
last modified time | relevance | path

Searched defs:SetComp (Results 1 – 2 of 2) sorted by relevance

/third_party/python/Include/
DPython-ast.h286 } 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/
DPython-ast.c2777 SetComp(expr_ty elt, asdl_seq * generators, int lineno, int col_offset, int in SetComp() function