Searched refs:ast_for_funcdef_impl (Results 1 – 1 of 1) sorted by relevance
/external/python/cpython3/Python/ |
D | ast.c | 1572 ast_for_funcdef_impl(struct compiling *c, const node *n0, in ast_for_funcdef_impl() function 1620 return ast_for_funcdef_impl(c, n, decorator_seq, in ast_for_async_funcdef() 1628 return ast_for_funcdef_impl(c, n, decorator_seq, in ast_for_funcdef() 1643 return ast_for_funcdef_impl(c, n, NULL, in ast_for_async_stmt()
|