Home
last modified time | relevance | path

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

/third_party/python/Include/internal/
Dpycore_ast.h641 stmt_ty _PyAST_FunctionDef(identifier name, arguments_ty args, asdl_stmt_seq *
/third_party/python/Parser/
Daction_helpers.c777 return _PyAST_FunctionDef( in _PyPegen_function_def_decorators()
Dparser.c4464 …_res = _PyAST_FunctionDef ( n -> v . Name . id , ( params ) ? params : CHECK ( arguments_ty , _PyP… in function_def_raw_rule()
/third_party/python/Grammar/
Dpython.gram268 _PyAST_FunctionDef(n->v.Name.id,
/third_party/python/Python/
DPython-ast.c1959 _PyAST_FunctionDef(identifier name, arguments_ty args, asdl_stmt_seq * body, in _PyAST_FunctionDef() function
5964 *out = _PyAST_FunctionDef(name, args, body, decorator_list, returns, in obj2ast_stmt()