Home
last modified time | relevance | path

Searched refs:_PyAST_JoinedStr (Results 1 – 5 of 5) sorted by relevance

/external/python/cpython3/Parser/
Daction_helpers.c1007 res = _PyAST_JoinedStr(spec, lineno, col_offset, end_lineno, in _PyPegen_setup_full_format_spec()
1368 return _PyAST_JoinedStr(resized_exprs, a->lineno, a->col_offset, in _PyPegen_joined_str()
1496 … return _PyAST_JoinedStr(values, lineno, col_offset, debug_end_line, debug_end_offset, p->arena); in _PyPegen_formatted_value()
1693 return _PyAST_JoinedStr(values, lineno, col_offset, end_lineno, end_col_offset, p->arena); in _PyPegen_concatenate_strings()
/external/python/cpython3/Python/
Dast_opt.c436 expr_ty res = _PyAST_JoinedStr(seq, in optimize_format()
675 expr_ty expr = _PyAST_JoinedStr(values, st->lineno, st->col_offset, in astfold_body()
DPython-ast.c7557 _PyAST_JoinedStr(asdl_expr_seq * values, int lineno, int col_offset, int in _PyAST_JoinedStr() function
14426 *out = _PyAST_JoinedStr(values, lineno, col_offset, end_lineno, in obj2ast_expr()
/external/python/cpython3/Include/internal/
Dpycore_ast.h823 expr_ty _PyAST_JoinedStr(asdl_expr_seq * values, int lineno, int col_offset,
/external/python/cpython3/Doc/data/
Dpython3.13.abi11886 …<function-decl name='_PyAST_JoinedStr' filepath='./Include/internal/pycore_ast.h' line='823' colum…