Searched refs:_PyAST_SetComp (Results 1 – 4 of 4) sorted by relevance
/third_party/python/Include/internal/ |
D | pycore_ast.h | 737 expr_ty _PyAST_SetComp(expr_ty elt, asdl_comprehension_seq * generators, int
|
/third_party/python/Grammar/ |
D | python.gram | 715 | '{' a=named_expression b=for_if_clauses '}' { _PyAST_SetComp(a, b, EXTRA) }
|
/third_party/python/Python/ |
D | Python-ast.c | 2778 _PyAST_SetComp(expr_ty elt, asdl_comprehension_seq * generators, int lineno, in _PyAST_SetComp() function 8532 *out = _PyAST_SetComp(elt, generators, lineno, col_offset, end_lineno, in obj2ast_expr()
|
/third_party/python/Parser/ |
D | parser.c | 15625 _res = _PyAST_SetComp ( a , b , EXTRA ); in setcomp_rule()
|