Searched refs:_PyAST_ListComp (Results 1 – 4 of 4) sorted by relevance
/third_party/python/Include/internal/ |
D | pycore_ast.h | 734 expr_ty _PyAST_ListComp(expr_ty elt, asdl_comprehension_seq * generators, int
|
/third_party/python/Grammar/ |
D | python.gram | 702 | '[' a=named_expression b=for_if_clauses ']' { _PyAST_ListComp(a, b, EXTRA) }
|
/third_party/python/Python/ |
D | Python-ast.c | 2754 _PyAST_ListComp(expr_ty elt, asdl_comprehension_seq * generators, int lineno, in _PyAST_ListComp() function 8464 *out = _PyAST_ListComp(elt, generators, lineno, col_offset, end_lineno, in obj2ast_expr()
|
/third_party/python/Parser/ |
D | parser.c | 15238 _res = _PyAST_ListComp ( a , b , EXTRA ); in listcomp_rule()
|