Searched defs:ListComp (Results 1 – 3 of 3) sorted by relevance
| /third_party/python/Lib/lib2to3/ |
| D | fixer_util.py | 87 def ListComp(xp, fp, it, test=None): function
|
| /third_party/python/Include/ |
| D | Python-ast.h | 287 } 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/ |
| D | Python-ast.c | 2068 ListComp(expr_ty elt, asdl_seq * generators, int lineno, int col_offset, int in ListComp() function
|