Home
last modified time | relevance | path

Searched defs:ListComp (Results 1 – 3 of 3) sorted by relevance

/third_party/python/Lib/lib2to3/
Dfixer_util.py87 def ListComp(xp, fp, it, test=None): function
/third_party/python/Include/
DPython-ast.h287 } ListComp; member
608 #define ListComp(a0, a1, a2, a3, a4, a5, a6) _Py_ListComp(a0, a1, a2, a3, a4, a5, a6) macro
/third_party/python/Python/
DPython-ast.c2068 ListComp(expr_ty elt, asdl_seq * generators, int lineno, int col_offset, int in ListComp() function