Searched refs:_PyAST_FunctionDef (Results 1 – 9 of 9) sorted by relevance
/aosp_15_r20/external/python/cpython3/Include/internal/ |
D | pycore_ast.h | 641 stmt_ty _PyAST_FunctionDef(identifier name, arguments_ty args, asdl_stmt_seq *
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/include/python3.11/internal/ |
D | pycore_ast.h | 641 stmt_ty _PyAST_FunctionDef(identifier name, arguments_ty args, asdl_stmt_seq *
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/include/python3.11/internal/ |
D | pycore_ast.h | 641 stmt_ty _PyAST_FunctionDef(identifier name, arguments_ty args, asdl_stmt_seq *
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/include/python3.11/internal/ |
D | pycore_ast.h | 641 stmt_ty _PyAST_FunctionDef(identifier name, arguments_ty args, asdl_stmt_seq *
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/include/python3.11/internal/ |
D | pycore_ast.h | 641 stmt_ty _PyAST_FunctionDef(identifier name, arguments_ty args, asdl_stmt_seq *
|
/aosp_15_r20/external/python/cpython3/Parser/ |
D | action_helpers.c | 777 return _PyAST_FunctionDef( in _PyPegen_function_def_decorators()
|
D | parser.c | 4464 …_res = _PyAST_FunctionDef ( n -> v . Name . id , ( params ) ? params : CHECK ( arguments_ty , _PyP… in function_def_raw_rule()
|
/aosp_15_r20/external/python/cpython3/Grammar/ |
D | python.gram | 268 _PyAST_FunctionDef(n->v.Name.id,
|
/aosp_15_r20/external/python/cpython3/Python/ |
D | Python-ast.c | 1959 _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()
|