Searched refs:_PyAST_Set (Results 1 – 4 of 4) sorted by relevance
| /third_party/python/Include/internal/ |
| D | pycore_ast.h | 732 expr_ty _PyAST_Set(asdl_expr_seq * elts, int lineno, int col_offset, int
|
| /third_party/python/Grammar/ |
| D | python.gram | 713 set[expr_ty]: '{' a=star_named_expressions '}' { _PyAST_Set(a, EXTRA) }
|
| /third_party/python/Python/ |
| D | Python-ast.c | 2737 _PyAST_Set(asdl_expr_seq * elts, int lineno, int col_offset, int end_lineno, in _PyAST_Set() function 8396 *out = _PyAST_Set(elts, lineno, col_offset, end_lineno, end_col_offset, in obj2ast_expr()
|
| /third_party/python/Parser/ |
| D | parser.c | 15554 _res = _PyAST_Set ( a , EXTRA ); in set_rule()
|