Home
last modified time | relevance | path

Searched refs:ast_for_funcdef (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Python/
Dast.c893 ast_for_funcdef(struct compiling *c, const node *n, asdl_seq *decorator_seq) in ast_for_funcdef() function
936 thing = ast_for_funcdef(c, CHILD(n, 1), decorator_seq); in ast_for_decorated()
3311 return ast_for_funcdef(c, ch, NULL); in ast_for_stmt()
/external/python/cpython3/Python/
Dast.c1625 ast_for_funcdef(struct compiling *c, const node *n, asdl_seq *decorator_seq) in ast_for_funcdef() function
1679 thing = ast_for_funcdef(c, CHILD(n, 1), decorator_seq); in ast_for_decorated()
4023 return ast_for_funcdef(c, ch, NULL); in ast_for_stmt()