Home
last modified time | relevance | path

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

/external/python/cpython3/Python/
Dast.c1612 ast_for_async_funcdef(struct compiling *c, const node *n, asdl_seq *decorator_seq) in ast_for_async_funcdef() function
1683 thing = ast_for_async_funcdef(c, CHILD(n, 1), decorator_seq); in ast_for_decorated()