Home
last modified time | relevance | path

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

/external/python/cpython3/Include/internal/
Dpycore_ast.h634 stmt_ty _PyAST_FunctionDef(identifier name, arguments_ty args, asdl_stmt_seq *
/external/python/cpython3/Parser/
Dpegen.c2256 return _PyAST_FunctionDef( in _PyPegen_function_def_decorators()
Dparser.c8720 …_res = _PyAST_FunctionDef ( n -> v . Name . id , ( params ) ? params : CHECK ( arguments_ty , _PyP… in function_def_raw_rule()
/external/python/cpython3/Grammar/
Dpython.gram405 _PyAST_FunctionDef(n->v.Name.id,
/external/python/cpython3/Python/
DPython-ast.c1944 _PyAST_FunctionDef(identifier name, arguments_ty args, asdl_stmt_seq * body, in _PyAST_FunctionDef() function
5821 *out = _PyAST_FunctionDef(name, args, body, decorator_list, returns, in obj2ast_stmt()
/external/python/cpython3/Doc/data/
Dpython3.10.abi1755 …<function-decl name='_PyAST_FunctionDef' mangled-name='_PyAST_FunctionDef' filepath='./Include/int…